v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Pathway

Get All Pathways

This endpoint retrieves all pathways for the current organization. <h3>Required Scope</h3>pathways:read or pathways:write

get/api/v2/pathways

Query parameters

nextstring

Retrieves the next batch of pathways. This value expires after 2 minutes if a request has not been made during that time.

limitinteger

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