v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBPathway
Get All Collaborators for a Pathway
This endpoint retrieves all collaborators for the selected pathway. <h3>Required Scope</h3>pathways:read
get/api/v2/pathways/{id}/collaborators
Path parameters
idstring required
The ID of the pathway to retrieve collaborators for.
Query parameters
limitinteger
The maximum number of collaborators to display per page. A maximum of 1000 is allowed.
filter[start_date]string date
Filter criteria that returns pathways created or modified from this date on. Format yyyy-mm-dd.
filter[end_date]string date
Filter criteria that returns pathways created or modified before this date. Format yyyy-mm-dd.
Response
Success