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": "08ce68a2-d785-4d8b-82a3-834f22274a5e",
    "type": "workflow_form_field_conditions",
    "attributes": {
      "workflow_id": "53b63b93-1d99-4580-a9b4-bfd196a82413",
      "form_field_id": "029fdddc-514c-4134-8f79-a32aa65b7cac",
      "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

workflow_form_field_condition found

data
object
required