v1
latestOpenAPI 3.0.02026-08-067074272.5 KBDashboard
Get info on this specific dashboard
Returns the name and phone of the dashboard.
get/dashboards/{dashboard_id}
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
Response
Info on the specified dashboard.
Example response
{
"id": 121,
"name": "Marketing",
"phone": "15551234567",
"timeZoneId": "Eastern Standard Time"
}