Dashboard Lists
Get a dashboard list
Fetch an existing dashboard list's definition.
get/api/v1/dashboard/lists/manual/{list_id}
Path parameters
list_idinteger required
ID of the dashboard list to fetch.
Response
OK
Example response
{
"name": "My Dashboard",
"type": "manual_dashboard_list"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.