Get Device Group

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

Retrieves a specific 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/{deviceGroupName}

Method

GET

Header parameters

Name

Description

Perfecto-Authorization

Security Token

Data parameters (body)

Parameter

Type

Default

Description

deviceGroupName*

string


The name of the device group to be retrieved.

* Mandatory parameter

Error response

Status and a generic error message

Example

Copy
JSON request
Get  https://<your-cloud>.app.perfectomobile.com/api/v1/device-groups/groupTest2
Copy
JSON response
{
    "name": "groupTest2",
    "description": "sync issues",
    "deviceIds": [
        "E5B4C2676E754539F2E1A6CD18BC6E44",
        "W4545433809023BC7662FEBCF59C7481"
    ],
    "usernames": [
        "alexBar"
    ]
}