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": "aa43b816-5c5e-4b90-b5ed-bf725fc62647",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "d2b3c978-7ef4-4f9d-91c0-4ce4f5e4090f",
"conditioned": "placement",
"position": 1,
"form_field_id": "814b263c-1d05-4eb8-a241-1ee7c0b11dd9",
"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": "aa43b816-5c5e-4b90-b5ed-bf725fc62647",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "d2b3c978-7ef4-4f9d-91c0-4ce4f5e4090f",
"conditioned": "placement",
"position": 1,
"form_field_id": "814b263c-1d05-4eb8-a241-1ee7c0b11dd9",
"comparison": "equal",
"values": [
"test"
]
}
}
}