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": "aa766dc9-39ea-4fb3-8836-b5d5ebf60ca5",
"type": "form_field_placements",
"attributes": {
"form_field_id": "d80bcedc-1d8b-436c-a688-4e9dac354f65",
"form_set_id": "5ea01e8a-1e89-4a16-ac25-2d29a1a5d316",
"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": "aa766dc9-39ea-4fb3-8836-b5d5ebf60ca5",
"type": "form_field_placements",
"attributes": {
"form_field_id": "d80bcedc-1d8b-436c-a688-4e9dac354f65",
"form_set_id": "5ea01e8a-1e89-4a16-ac25-2d29a1a5d316",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}