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": "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
    }
  }
}

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