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": "5bcb5225-7a42-46e5-9385-96154a23e52a",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "bb34628e-7840-47cc-ae1a-4a06271edf32",
      "form_set_id": "17e33005-3c7f-4baf-ab3f-10d7f46f38af",
      "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
data
object
required