Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
form_field_placement_condition found
Retrieves a specific form_field_placement_condition by id
curl --request GET \
--url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "d2cd0d3d-0c7d-4f2b-b5bb-d04cfdb8afea",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "24ad714a-b038-45fa-9e70-28604972b5ce",
"conditioned": "placement",
"position": 1,
"form_field_id": "d33c09c0-3665-4e69-833d-000d211cfa6b",
"comparison": "equal",
"values": [
"test"
]
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
form_field_placement_condition found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "d2cd0d3d-0c7d-4f2b-b5bb-d04cfdb8afea",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "24ad714a-b038-45fa-9e70-28604972b5ce",
"conditioned": "placement",
"position": 1,
"form_field_id": "d33c09c0-3665-4e69-833d-000d211cfa6b",
"comparison": "equal",
"values": [
"test"
]
}
}
}