v1
latestOpenAPI 3.0.02026-08-067074272.5 KBCustom Fields
Retrieves all custom fields.
All custom fields will be returned.
get/dashboards/{dashboard_id}/fields
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
Response
The custom fields. There is no pagination; all fields will be returned at once.
Example response
[
{
"id": "750d2ef9-d818-4c27-be9f-09978e1b43ee",
"name": "Email"
}
]