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": "85a07873-66d4-4938-9b34-ba68e75b23be",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "37ed8268-8937-4c0f-a6c1-0122c485121b",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "ecded9cc-5589-4988-b473-42328ce9a0db",
      "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.