Get Device Groups

Restriction: This API endpoint is not supported in the Free Trial cloud.

Retrieves all device group.

Important: To be able to run this API endpoint, you need to be an Admin user or part of Perfecto Support.

URL

Copy
http://<your-cloud>.app.perfectomobile.com/api/v1/device-groups

Method

GET

Header parameters

Name

Description

Perfecto-Authorization

Security Token

Error response

Status and a generic error message

Example

Copy
JSON response
{
    "items": [
        {
            "name": "group2222"
        },
        {
            "name": "groupTest2",
            "description": "testing devices"
        },
        {
            "name": "syncPublicTest",
            "description": "sync issues"
        }
    ],
    "totalCount": 3
}