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": "54a67ccd-cefb-454c-8dec-b39af5f87500",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "b3d74451-624d-4b01-b99f-9aeaa788a022",
      "form_set_id": "f91f5830-b24b-4c1e-9549-efe25a2e1e07",
      "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.