GET
/
v1
/
form_field_placement_conditions
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b9406758-4de7-4d75-a9a8-1a2e10cb6e3e",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "9f90ff35-e6b0-48c7-904e-186aebb07a1c",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "a323058b-c278-4b33-8fc4-4fb0e2d41666",
      "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_field_placement_condition found

The response is of type object.