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": "bed99e4e-4ae5-4cbe-9b47-ce706752d26c",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "f76d337a-ba61-49c3-a914-952450d80801",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "0f75b8ee-f3a2-4e83-9c48-0096521323b4",
      "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.