Retrieves a specific form_field_placement by id
curl --request GET \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1c15f5f8-1560-457b-abc7-aae79ba4e75a",
"type": "form_field_placements",
"attributes": {
"form_field_id": "6fe0a347-76d1-465b-aeb8-f6b1365f910f",
"form_set_id": "0e2a16e5-6a62-4276-a0a8-5a305216fc06",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
form_field_placement found
Show child attributes
Unique ID of the form field placement
form_field_placements Show child attributes
The form field that is placed.
The form set this field is placed in.
The form this field is placed on.
The position of the field placement.
Whether the field is unconditionally required on this form.
Logical operator when evaluating multiple form_field_placement_conditions with conditioned=required
and, or Logical operator when evaluating multiple form_field_placement_conditions with conditioned=placement
and, or Whether the field is read-only and cannot be edited by users.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1c15f5f8-1560-457b-abc7-aae79ba4e75a",
"type": "form_field_placements",
"attributes": {
"form_field_id": "6fe0a347-76d1-465b-aeb8-f6b1365f910f",
"form_set_id": "0e2a16e5-6a62-4276-a0a8-5a305216fc06",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}