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": "00e08734-de17-4c50-b71f-5e1ba3bc327f",
"type": "form_field_placements",
"attributes": {
"form_field_id": "cbc66414-1b03-4725-a48e-5c6eee8fd261",
"form_set_id": "05a603e7-3f41-4e38-b867-889576b48c23",
"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": "00e08734-de17-4c50-b71f-5e1ba3bc327f",
"type": "form_field_placements",
"attributes": {
"form_field_id": "cbc66414-1b03-4725-a48e-5c6eee8fd261",
"form_set_id": "05a603e7-3f41-4e38-b867-889576b48c23",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}