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": "1f279f52-abaa-47b3-8579-72431411967d",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "c77b3f45-47fb-4caa-82c2-c9926d0f6e2f",
      "form_set_id": "40807575-b1d1-40b6-a7ff-8653bd19accc",
      "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