GET
/
v1
/
workflow_form_field_conditions
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a32b842b-b32b-4e9c-9c01-f85ce8782060",
    "type": "workflow_form_field_conditions",
    "attributes": {
      "workflow_id": "7a222acf-823c-4268-aaf9-3a13f065a038",
      "form_field_id": "41a96b64-fb4c-470e-844c-b3ff9e9287df",
      "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

200
application/vnd.api+json
workflow_form_field_condition found
data
object
required