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": "fca15742-914f-49b1-9d17-100479cd7cb9",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "3ba7c92f-9838-4e19-9fef-2f7b46670041",
"conditioned": "placement",
"position": 1,
"form_field_id": "0d1f71f7-2475-439e-bbcb-356912feec5c",
"comparison": "equal",
"values": [
"test"
]
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fca15742-914f-49b1-9d17-100479cd7cb9",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "3ba7c92f-9838-4e19-9fef-2f7b46670041",
"conditioned": "placement",
"position": 1,
"form_field_id": "0d1f71f7-2475-439e-bbcb-356912feec5c",
"comparison": "equal",
"values": [
"test"
]
}
}
}