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": "85a551d1-948e-44bd-acce-c793084284ae",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "ab0ce549-bef9-446b-9183-5c0089b62b8a",
      "form_field_id": "2c973aeb-e9b5-4f23-ad14-14e039e100d1",
      "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
data
object
required