List a Drawer's (sidedrawer) or Folder's (record) Collaborators

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.

Path Params
string
required

Unique Drawer (sidedrawer) identifier.

Query Params
string

Limit of number of returned objects per page. Default is 20.

string

An object ID that defines a list object's position in the list by identifying the list object(s) appearing before it.

string

An object ID that defines a list object's position in the list by identifying the list object(s) appearing after it.

string

The contributor type (Account, Team, Invitation).

string

Unique Team identifier.

string

The contributor's OpenID.

string

The Invitation code to the entity.

string

Contributor's email address.

string

The User's role within the entity (Drawer (sidedrawer)/sidedrawer or Folder (record) record). For example, "sd_editor" or "rec_editor".

string

The contributor's first and last names, or the Team name.

string

Region.

string

Entity.

Response

Language
Credentials