(collaborators_details_v2)
- get - Get a list of collaborators and their details
Get a list of collaborators and their details
import wingspan
s = wingspan.Wingspan()
res = s.collaborators_details_v2.get()
if res.collaborators_report_responses is not None:
# handle response
pass