apps
List all App Services Apps in an Atlas project/group
List all App Services Apps within an Atlas project/group.
get/groups/{groupId}/apps
Query parameters
product'standard' | 'atlas' | 'data-api' | 'device-sync'
One or more specific App Services product types. If specified, this endpoint only returns Apps of the specified product type(s).
Most apps use the standard product type, which this endpoint returns by default. The atlas, data-api, and device-sync product types represent special apps for Atlas Triggers, Atlas Data API, and Atlas Device Sync that you can access through the Atlas UI.
You can specify multiple product types as a comma-separated list:
/groups/{groupId}/apps?product=atlas,data-api
Response
Successfully listed.
Example response
[
{
"name": "MyApp",
"environment": "production",
"_id": "633209ffd3bd3478005d1bac",
"client_app_id": "myapp-abcde",
"domain_id": "63320a2b5f9de9a6e0a213e8",
"group_id": "5b2ec991973129243223a114",
"last_used": 1664224746,
"last_modified": 1656440824
}
]