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": "7ca502c4-4dba-425e-b14c-a6c3bc00c516",
"type": "form_field_placements",
"attributes": {
"form_field_id": "77341c91-dfa1-4983-a85c-273a08af2741",
"form_set_id": "6cecdd01-4ce1-4d2b-af9e-0f21d541a7fe",
"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": "7ca502c4-4dba-425e-b14c-a6c3bc00c516",
"type": "form_field_placements",
"attributes": {
"form_field_id": "77341c91-dfa1-4983-a85c-273a08af2741",
"form_set_id": "6cecdd01-4ce1-4d2b-af9e-0f21d541a7fe",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}