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": "fa28df61-2a07-47fa-9655-db1bf9f518e1",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "44e53544-ae3f-4665-8a54-a4b5570583ed",
      "form_set_id": "45db1a16-f8a4-49e4-96aa-42f76511377c",
      "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.