deploy
Get Current Deployment Draft
Return the current application deployment draft, if applicable.
get/groups/{groupId}/apps/{appId}/drafts
Response
Successfully listed.
Example response
{
"app": {
"name": "MyApp",
"environment": "production",
"_id": "633209ffd3bd3478005d1bac",
"client_app_id": "myapp-abcde",
"domain_id": "63320a2b5f9de9a6e0a213e8",
"group_id": "5b2ec991973129243223a114",
"last_used": 1664224746,
"last_modified": 1656440824
}
}