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
vInt32Query

  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
NameTypeReadOnlyDescription
field_optionsDTO_reference[]Field options
field_keyStringField key
field_labelStringField label
field_placeholderStringField placeholder
condition_typesautomation_condition_type[]Condition types
show_condition_typesBooleanShow condition types
is_defaultBooleanIs default
DTO_reference
NameTypeReadOnlyDescription
idInt32The id of the reference
labelObjectReadOnlyName/Label from referenced object.