Returns Drawer (sidedrawer
) or Folder (record
) collaboration network information.
Optional query parameters can be used to filter the search results of this endpoint. The optional parameter contributorType
allows filtering of contributors by "Account", "Team", or "Invitation" type. The optional parameter entity
allows for listing contributors in either a Drawer (sidedrawer
) or a Folder (record
). The object IDs startingAfter
or endingBefore
can be used to return a specific "page" of the results. Results can also be filtered by region
.
If searching for a particular contributor, you can use the contributor OpenID, Invitation code, or Team identifier (teamId
) to get details about that contributor. These details include the contribution type ("Account", "Team", "Invitation"), name, email, OpenID, phone number, profile photo, and time of last login. For a "Team" type, the endpoint will return an array of all Team members.
As the final subsection of this endpoint URL is "networks", the parameter "id" in the response body refers to the collaboration network identifier (networkId
).
Note
Replaces the following endpoints for listing contributors:
/api/v1/networks/network/collaborators
/api/v1/networks/network/invitations
/api/v1/networks/network/teams
Those three endpoints remain supported, but we recommend using the more robust endpoint on this page instead.