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": "5cd5366a-143c-4ca2-bb60-1b472c07a3f8",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "5055413f-7bc6-4965-92a7-154b80de1b8b",
      "form_set_id": "d66e3040-9915-478c-b58b-2fac38fd91dd",
      "form": "web_new_incident_form",
      "position": 1,
      "required": false,
      "placement_operator": "and",
      "required_operator": "and"
    }
  }
}

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

200
application/vnd.api+json

form_field_placement found

The response is of type object.