cURL
curl --request GET \ --url https://api.clarionhealth.com/v1/sequence-manager/sequence-definitions \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "inputs_definition": [ { "id": "<string>", "type": "<string>" } ] } ]
Returns all sequence definitions for the current organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of sequence definitions
Unique identifier for the sequence definition
Name of the sequence definition
Input field definitions for this sequence
Show child attributes