Favicon

You are here: Home > API Reference > Mdm Devices > Get list of mdmDevice in csv

Get list of mdmDevice in csv

Get list of mdmDevice in csv file

GET
/v1/organizations/:organizationId/mdm/devices/csv
Copy to clipboard

Get list of mdmDevice in csv

Get list of mdmDevice in csv file

Request

Add parameter in header authorization
Example: Authorization: Bearer <token>
organizationId string
required
Entity Id or Slug
Match pattern: ^(([a-fA-F0-9]{24})|([a-zA-Z0-9\\-]{3,}))$
page integer
optional
Page number
limit integer
optional
Number of elements by page
sort string
optional
Match pattern: ^[\w.]*((:asc)|(:desc))?$
mdmUserId string
optional
Entity Id
Match pattern: ^[a-fA-F0-9]{24}$
type string
optional
androidapplewindows
subType string
optional
deviceenrollment
showAll boolean
optional
policyId string
optional
Entity Id
Match pattern: ^[a-fA-F0-9]{24}$
imei string
optional
≤ 256 characters
serialNumber string
optional
≤ 256 characters
state string
optional
≤ 256 characters
onlyAdmDep boolean
optional
name string
optional
≤ 256 characters
isCompliance boolean
optional
lastSyncError boolean
optional
emmEnrollmentTemplateId string
optional
Entity Id
Match pattern: ^[a-fA-F0-9]{24}$
admEnrollmentTemplateId string
optional
Entity Id
Match pattern: ^[a-fA-F0-9]{24}$
winEnrollmentTemplateId string
optional
Entity Id
Match pattern: ^[a-fA-F0-9]{24}$
tags array
optional
search string
optional
≤ 256 characters
osVersion string
optional
≤ 128 characters
availableUpdate string
optional
≤ 128 characters
networkIp string
optional
≤ 128 characters

Responses

{
  "type": "object",
  "properties": {}
}
401 Response application/json
status boolean optional
false
error object optional
code number optional
4004
message string optional
Invalid Token
{
    "status": false,
    "error": {
        "code": 4002,
        "message": "No auth token"
    }
}
404 Response application/json
status boolean optional
false
error object optional
code number optional
3001
message string optional
Entity not found
{
    "status": false,
    "error": {
        "code": 3001,
        "message": "Entity not found"
    }
}