Skip to main content
GET
/
sequence-manager
/
sequence-definitions
/
{id}
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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.clarionhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

The sequence definition ID

Response

Sequence definition

id
integer

Unique identifier for the sequence definition

name
string

Name of the sequence definition

inputs_definition
object[]

Input field definitions for this sequence