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": "a463f2c1-c074-4e71-a8d3-92b7a6039888",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "991596d2-fa00-4b62-b6f5-90ef21ecb950",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "8f425184-1546-4754-8f94-8552843b4259",
      "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
data
object
required