Distribution Groups
Get Application Distribution Groups
GET https://api.appelium.com/v1/applications/:applicationId/distributionGroups
The method will return a list of all distribution groups for provided applicationId.
Parameters
| NAME | PLACEMENT | TYPE | DESCRIPTION |
|---|---|---|---|
applicationIdRequired |
Path | string |
The UUID of the application |
X-Appelium-TokenRequired |
Header | string |
API token generated in Dashboard |
200: OK
1 2 3 4 5 6 7 8 9 10 11 12 | |
401: Unauthorized
{
"id": "388677B7-B016-4A6C-A8AE-887B3814114C",
"httpStatus": 401,
"title": "Unauthorized",
"detail": "Invalid or missing X-Appelium-Token header"
}