Automations / Possibilities
Returns all (condition) possibilities.
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/automations/possibilities
Method: GET
Authorisation: Minimum role: USER
Request Arguments
Name | Type | Source |
---|---|---|
v | Int32 | Query |
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_automation_possibility[]
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_automation_possibility
Name | Type | ReadOnly | Description |
---|---|---|---|
field_options | DTO_reference[] | Field options | |
field_key | String | Field key | |
field_label | String | Field label | |
field_placeholder | String | Field placeholder | |
condition_types | automation_condition_type[] | Condition types | |
show_condition_types | Boolean | Show condition types | |
is_default | Boolean | Is default |
DTO_reference
Name | Type | ReadOnly | Description |
---|---|---|---|
id | Int32 | The id of the reference | |
label | Object | ReadOnly | Name/Label from referenced object. |