List Devices

List Devices
Request
URI
GET
https://{api_host}//api/devices
COPY

Responses
200
Returns devicemgmtListDeviceResponse of type(s) */*
{
    "pageInfo": {
        "totalPages": "string",
        "totalElements": "string",
        "page": 0,
        "pageSize": 0
    },
    "devices": [
        {
            "name": "string",
            "whitelistStatus": "string",
            "templateName": "string",
            "systemProperties": [
                {
                    "name": "string",
                    "value": "string"
                }
            ],
            "templateId": "string",
            "updateVersion": "string",
            "createdTime": "string",
            "deviceType": "string",
            "customProperties": [
                {
                    "name": "string",
                    "value": "string"
                }
            ],
            "parentId": "string",
            "enrollmentState": "string",
            "orgId": "string",
            "id": "string",
            "parentGatewayId": "string",
            "lastUpdatedTime": "string"
        }
    ]
}
pageInfo
Optional

pageInfo

devices
Optional

devices


404

Not Found

Operation doesn't return any data structure