App_get

Get an app updated object from the db.

SecuritybearerAuth
Request
path Parameters
id
required
string

The app id

Responses
200

Ok

get/apps/{id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "creator": "string",
  • "projectId": "string",
  • "orgId": "string",
  • "dpkName": "string",
  • "dpkVersion": "string",
  • "compositionId": "string",
  • "scope": "system",
  • "routes": {
    },
  • "dpk": { },
  • "trusted": true
}