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": "0d35d361-0875-4f1d-b8fd-3ab0c71f1fa2",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "9318e1d7-78e7-4bc8-b3bc-ccf1885eab5e",
"conditioned": "placement",
"position": 1,
"form_field_id": "3b31838d-b057-440c-be7d-22ac6be63199",
"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": "0d35d361-0875-4f1d-b8fd-3ab0c71f1fa2",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "9318e1d7-78e7-4bc8-b3bc-ccf1885eab5e",
"conditioned": "placement",
"position": 1,
"form_field_id": "3b31838d-b057-440c-be7d-22ac6be63199",
"comparison": "equal",
"values": [
"test"
]
}
}
}