Skip to main content
GET
/
v1
/
form_field_placement_conditions
/
{id}
Retrieves a Form Set Condition
curl --request GET \
  --url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "bf9754ab-4e66-4a55-b740-484c67532d03",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "18fa0085-1fe5-4f2b-a062-408333876134",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "e8ecf549-f1ee-422a-9511-a4b73dfe3de8",
      "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

form_field_placement_condition found

data
object
required