Get dashboard details by its ID.
External DocumentationTo learn more, visit the NetSPI documentation.

Parameters

ParameterDescription
IDThe ID of the dashboard to get details on.

Example Output

{
	"layout": "string",
	"createdAt": "2019-08-24T14:15:22Z",
	"archived": true,
	"updatedBy": -9007199254740991,
	"createdBy": -9007199254740991,
	"dateRangeType": "LAST_WEEK",
	"name": "string",
	"viewType": "DEFAULT",
	"id": -9007199254740991,
	"globalFilter": "string",
	"updatedAt": "2019-08-24T14:15:22Z"
}

Workflow Library Example

Get Dashboard by Id with Netspi and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop