GET
/
components
/
instances
/
links

Authorizations

Authorization
string
headerrequired

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Query Parameters

parent_component_instance_id
string

Component Instance Id for the parent component instance

child_component_instance_id
string

Component Instance Id for the child component instance

process_entry_id
string

Id for related process_entry

dataset_id
string

Id for related dataset

Response

200 - application/json
id
string
required

Database id for the link

unique_identifier_id
string

Parent component instance's id

has_child_of_id
string
required

Child component instance's id

process_entry_id
string
required

If for the process entry where the link was created.

is_active
boolean

If true, the link is active. If false, the link has been broken.

dataset_id
string

Dataset that associates this link.

created_at
string

Timestamp when the link was created

removed_at
string

Timestamp when the link was deactivated.