Skip to main content
GET
/
v1
/
workflow_form_field_conditions
/
{id}
Retrieves a workflow form field condition
curl --request GET \
  --url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e59eeda9-4345-44c2-a312-7d09ffd492dd",
    "type": "workflow_form_field_conditions",
    "attributes": {
      "workflow_id": "fe20d686-3622-4b8a-98dc-1141414820e8",
      "form_field_id": "de2ee329-5fd5-4119-90b9-b6db874a82d9",
      "incident_condition": "ANY",
      "values": [],
      "selected_group_ids": [],
      "selected_option_ids": [],
      "selected_service_ids": [],
      "selected_functionality_ids": [],
      "selected_user_ids": [],
      "selected_catalog_entity_ids": []
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

excludes native field ids when catalog_v1 disabled

data
object
required