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": "1f279f52-abaa-47b3-8579-72431411967d",
"type": "form_field_placements",
"attributes": {
"form_field_id": "c77b3f45-47fb-4caa-82c2-c9926d0f6e2f",
"form_set_id": "40807575-b1d1-40b6-a7ff-8653bd19accc",
"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": "1f279f52-abaa-47b3-8579-72431411967d",
"type": "form_field_placements",
"attributes": {
"form_field_id": "c77b3f45-47fb-4caa-82c2-c9926d0f6e2f",
"form_set_id": "40807575-b1d1-40b6-a7ff-8653bd19accc",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}