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": "10518b60-5caf-4ba8-8ba3-a6c74c769295",
"type": "form_field_placements",
"attributes": {
"form_field_id": "bb3acae8-7b0b-4e9f-9953-84fa3f423630",
"form_set_id": "22f97438-d198-4d6a-bddb-e3b31d563f6a",
"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": "10518b60-5caf-4ba8-8ba3-a6c74c769295",
"type": "form_field_placements",
"attributes": {
"form_field_id": "bb3acae8-7b0b-4e9f-9953-84fa3f423630",
"form_set_id": "22f97438-d198-4d6a-bddb-e3b31d563f6a",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}