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": "32d56722-5333-4938-8cf5-f4f162ec0373",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "749f47f6-25fe-4bb4-8b13-c3c5ac731fe1",
      "form_field_id": "d7ffb88a-b7d7-49d8-84e6-465648ed7669",
      "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