Retrieves a specific form_field_placement by id
curl --request GET \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "41a48bef-840c-4c76-b720-7d809e46ca23",
"type": "form_field_placements",
"attributes": {
"form_field_id": "f88cd6ed-c196-44d2-b8e3-9ffb0b49d821",
"form_set_id": "8309d845-304a-45e6-a2d7-8e91a2b6645a",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "41a48bef-840c-4c76-b720-7d809e46ca23",
"type": "form_field_placements",
"attributes": {
"form_field_id": "f88cd6ed-c196-44d2-b8e3-9ffb0b49d821",
"form_set_id": "8309d845-304a-45e6-a2d7-8e91a2b6645a",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}