GET
/
v1
/
form_field_placements
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/form_field_placements/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ee9f28a0-556f-4f76-a09e-def46ef594a6",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "4185516f-7646-4e82-b16e-ec431fbf93b6",
      "form_set_id": "a8fc21af-0229-4280-bb99-c02e508d06ec",
      "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.