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": "80b3a18f-c305-4b99-a7d7-e2ee5306f02f",
    "type": "workflow_form_field_conditions",
    "attributes": {
      "workflow_id": "305e09df-cadb-48bf-97a3-ef3434daf968",
      "form_field_id": "df18e20b-ea26-49b9-ad8c-4ee240f6e1c8",
      "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

The response is of type object.