Skip to main content

List telemetry intervals

GET 

/v1/device/configuration/telemetry-intervals

List telemetry check intervals for all devices in the organization. Results are paginated using cursor-based pagination. Use the limit query parameter to control page size and the lastId from the Link header to fetch subsequent pages.

Request

Responses

OK

Response Headers
    Link

    Link to the next page of results. Present only when more results are available.

    Example: <https://api.signageos.io/v1/device/configuration/telemetry-intervals?limit=100&lastId=abc123>; rel="next"