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": "144284e9-2799-4af4-97d2-5b5e2205ed34",
    "type": "workflow_form_field_conditions",
    "attributes": {
      "workflow_id": "eab019e9-3c4f-48a6-8f34-1d31b132cc4b",
      "form_field_id": "e7c6cbfb-1279-47ef-8888-22f1baf0a8ad",
      "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.