Skip to main content
GET
/
platform
/
developer
/
packages
/
{applicationKey}
/
metadata
Error
A valid request URL is required to generate request examples
{
  "name": "<string>",
  "fullPath": "<string>",
  "files": [
    {
      "id": "<string>",
      "type": "<string>",
      "path": "<string>",
      "checkSum": "<string>",
      "sizeInBytes": 123,
      "auditInfo": {
        "updateDate": "2023-11-07T05:31:56Z",
        "createDate": "2023-11-07T05:31:56Z",
        "updateBy": "<string>",
        "createBy": "<string>"
      }
    }
  ],
  "subFolders": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

applicationKey
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

name
string | null
fullPath
string | null
files
object[] | null
subFolders
object[] | null