Get app details
Get app details — Damoov developer documentation.
get/v1/Applications/{AppId}?
Path parameters
AppIdstring required
Query parameters
includeinstancesboolean
Response
200
Example response
{
"Result": {
"Id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"Name": "Ghost App",
"Status": "Active",
"Instances": [
{
"Id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"Key": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"Name": "Development",
"Status": "Active"
}
]
},
"Status": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.