v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
Reporting

Get Report

This API endpoint retrieves a specific user report by report ID. Report ID can be obtained from List Reports API or will be in Create Report API response.

get/network-reporting/v1/reports/{report-id}

Path parameters

report-idstring required

The unique identifier of the user report.

Response

Successfully retrieved user report.

idstring required
typestring required

Type of the resource.

namestring

Name of the webhook. Must be unique per customer.

reportTypestring

Specifies the particular report type (lowerCamelCase or lowercase). Valid values: appAnalytics, capacityPlanning, clientInventory, clientSession, custom, deviceUptime, licenses, mspcustomer, mspinventory, msplicense, mspsubscription, networkUsage, resourceUtilization, rfHealth, securityCompliance, visitor, wids. Refer to the Create Report operation documentation for complete details on supported types and their associated filters.

createdBystring

The user who saved the report.

createdAtstring date-time required

Provides the timestamp ISO 8601 format when the computed client location is persisted in database.

generationinteger required

Generation number of the webhook.

updatedBystring

The user who modified the report / report schedule.

updatedAtstring date-time required

Time when the resource was last updated.

lastModifiedBystring

The user who modified the report / report schedule.

lastModifiedAtstring date-time

Specifies the report modified timestamp in UTC+0 timezone (RFC 3339 format).

Example response

{
  "createdAt": "2023-02-14T12:23:00.000Z",
  "updatedAt": "2023-10-01T12:00:00Z"
}