English
Retrieves a specific workflow form field condition by id
curl --request GET \ --url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "e77e3a9c-cd44-4ce6-b032-19126659ab45", "type": "workflow_form_field_conditions", "attributes": { "workflow_id": "f9e6f16b-79b4-4a1f-a5d5-ae9ba5fea1ec", "form_field_id": "0219e9a0-e3c7-4d83-9d5a-85efe28f954c", "incident_condition": "ANY", "values": [], "selected_group_ids": [], "selected_option_ids": [], "selected_service_ids": [], "selected_functionality_ids": [], "selected_user_ids": [], "selected_catalog_entity_ids": [] } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
workflow_form_field_condition found
The response is of type object.
object
Was this page helpful?