v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Pathway

Get All Followers for a Pathway

This endpoint retrieves all followers for the selected pathway. <h3>Required Scope</h3>pathways:read

get/api/v2/pathways/{id}/followers

Path parameters

idstring required

The ID of the pathway to retrieve followers for.

Query parameters

limitinteger

The maximum number of followers 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