Skip to main content
GET
/
v1
/
form_field_placements
/
{id}
Retrieves a Form Field Placement
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
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

form_field_placement found

data
object
required