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": "b8496d1a-65d0-4089-a00b-060309d5ba60",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "58f8b0d8-f12f-4d20-b66b-a533fc8df8e7",
"conditioned": "placement",
"position": 1,
"form_field_id": "76de911b-99d7-46b8-9285-aa618e434ef5",
"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": "b8496d1a-65d0-4089-a00b-060309d5ba60",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "58f8b0d8-f12f-4d20-b66b-a533fc8df8e7",
"conditioned": "placement",
"position": 1,
"form_field_id": "76de911b-99d7-46b8-9285-aa618e434ef5",
"comparison": "equal",
"values": [
"test"
]
}
}
}