GET
/
v1
/
form_set_conditions
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/form_set_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b48397e4-9f90-4e1b-82b4-9f9b212b4fc6",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "0547f854-3a39-43d8-bf14-a995f28f0fe4",
      "form_field_id": "49dd2b2d-18b2-4315-9fed-3a60c54ad948",
      "comparison": "equal",
      "values": [
        "test"
      ]
    }
  }
}

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

form_set_condition found

The response is of type object.