GET
/
v1
/
form_field_positions
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/form_field_positions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1717db29-50d8-4b90-9023-0b481e41a3b6",
    "type": "form_field_positions",
    "attributes": {
      "form_field_id": "16d48a05-33e6-433a-9c5b-2ddc6c35e2a9",
      "form": "slack_new_incident_form",
      "position": 1
    }
  }
}

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_position found

The response is of type object.