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