English
List form_fields
curl --request GET \ --url https://api.rootly.com/v1/form_fields \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "form_fields", "attributes": { "kind": "custom", "input_kind": "text", "value_kind": "inherit", "value_kind_catalog_id": "<string>", "name": "<string>", "slug": "<string>", "description": "<string>", "shown": [ "<string>" ], "required": [ "<string>" ], "show_on_incident_details": true, "enabled": true, "default_values": [ "<string>" ], "created_at": "<string>", "updated_at": "<string>" } } ], "links": { "self": "<string>", "first": "<string>", "prev": "<string>", "next": "<string>", "last": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
comma separated if needed. eg: options,positions
options
positions
success
The response is of type object.
object
Was this page helpful?