Fetch Enrolled Device Count

This document covers:

Overview

This API is used to retrieve count of devices enrolled in your organization.

Resource

Device

Method

Post

Base URL

https://mdm.api.seqrite.com/ws/tpapi/v1-0/

Request URL

https://mdm.api.seqrite.com/ws/tpapi/v1-0/device/count

Authentication

QH_MDM_AUTH (tenant specific API key)

Response Status Code

Status Code
Meaning Description
200 Sucesssful The request was successful, and the response contains the requested data.
401 Unauthorised The request lacked valid authentication credentials.
404 Not Found The requested response could not be found.

Table of Parameters

Parameter Data Types Value Description
Count String Total number of devices.

Sample Response

“9”

Was this page helpful?