Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
form_field_placement found
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": "24969828-1fd8-41de-bd3a-d17b079e078c",
"type": "form_field_placements",
"attributes": {
"form_field_id": "23e749f9-0d66-4481-889a-d8af7887a39c",
"form_set_id": "13bd8ab2-74b1-4050-879a-271c7244883d",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
form_field_placement found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "24969828-1fd8-41de-bd3a-d17b079e078c",
"type": "form_field_placements",
"attributes": {
"form_field_id": "23e749f9-0d66-4481-889a-d8af7887a39c",
"form_set_id": "13bd8ab2-74b1-4050-879a-271c7244883d",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}