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": "d0abb8c8-3b91-40dd-91f2-29f080929117",
"type": "form_field_placements",
"attributes": {
"form_field_id": "8997f1bf-7993-44ef-a3d6-ee329291dd66",
"form_set_id": "f5065d88-3236-4762-a18b-b5acac5f2732",
"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": "d0abb8c8-3b91-40dd-91f2-29f080929117",
"type": "form_field_placements",
"attributes": {
"form_field_id": "8997f1bf-7993-44ef-a3d6-ee329291dd66",
"form_set_id": "f5065d88-3236-4762-a18b-b5acac5f2732",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}