Get package
API to retrieve package a consumer is permitted to see
Request
URI
GET
https://{api_host}/content-management-service/api/packages/{pkgId}
COPY
Path Parameters
string
pkgId
Required
The UUID of the package
Responses
200
successful operation
Returns Package of type(s) */*
{
"lastUpdated": "string",
"createdDate": "string",
"contents": [
"string"
],
"name": "string",
"tenantId": "string",
"description": "string",
"subtenantId": "string",
"id": "string",
"version": 0
}
string As date-time As date-time
lastUpdated
Optional
lastUpdated
string As date-time As date-time
createdDate
Optional
createdDate
array of string
contents
Required
contents
string
name
Required
name
string
tenantId
Optional
tenantId
string
description
Optional
description
string
subtenantId
Optional
subtenantId
string As uuid As uuid
id
Optional
id
integer As int64 As int64
version
Optional
version