Retrieves a specific form_field by id
curl --request GET \
--url https://api.rootly.com/v1/form_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d3ee89a0-efa6-4106-bad0-51a525ef7d15",
"type": "form_fields",
"attributes": {
"team_id": 218,
"slug": "aut-vero-voluptas-necessitatibus",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Aut vero voluptas necessitatibus.",
"description": "Temporibus pariatur repellendus consequatur.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-22T13:45:37.351-08:00",
"created_at": "2026-01-22T13:45:37.351-08:00"
},
"relationships": {
"options": {
"data": [
{
"id": "a23940e2-d85e-4557-a45a-391e867950c6",
"type": "form_field_options"
},
{
"id": "668788a8-562b-41d4-b4e3-e03a82de922d",
"type": "form_field_options"
}
]
},
"positions": {
"data": [
{
"id": "d35ac2f3-17a0-4053-ba24-af0e6f6402f1",
"type": "form_field_positions"
},
{
"id": "25169f60-83bf-4cad-9498-67b4150a9229",
"type": "form_field_positions"
}
]
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
comma separated if needed. eg: options,positions
options, positions form_field found by slug
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/form_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d3ee89a0-efa6-4106-bad0-51a525ef7d15",
"type": "form_fields",
"attributes": {
"team_id": 218,
"slug": "aut-vero-voluptas-necessitatibus",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Aut vero voluptas necessitatibus.",
"description": "Temporibus pariatur repellendus consequatur.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-22T13:45:37.351-08:00",
"created_at": "2026-01-22T13:45:37.351-08:00"
},
"relationships": {
"options": {
"data": [
{
"id": "a23940e2-d85e-4557-a45a-391e867950c6",
"type": "form_field_options"
},
{
"id": "668788a8-562b-41d4-b4e3-e03a82de922d",
"type": "form_field_options"
}
]
},
"positions": {
"data": [
{
"id": "d35ac2f3-17a0-4053-ba24-af0e6f6402f1",
"type": "form_field_positions"
},
{
"id": "25169f60-83bf-4cad-9498-67b4150a9229",
"type": "form_field_positions"
}
]
}
}
}
}