Dpk_get

Get an dpk updated object from the db.

SecuritybearerAuth
Request
path Parameters
id
required
string

The dpk id

Responses
200

Ok

get/app-registry/{id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "url": "string",
  • "version": "string",
  • "categories": [
    ],
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "creator": "string",
  • "displayName": "string",
  • "description": "string",
  • "icon": "string",
  • "tags": [
    ],
  • "codebase": {
    },
  • "trusted": true,
  • "scope": "string",
  • "latest": true,
  • "components": {
    }
}