Skip to main content
POST
/
platform
/
developer
/
packages
/
{applicationKey}
/
files
/
{filepath}
Error
A valid request URL is required to generate request examples
{
  "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>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

applicationKey
string
required
filepath
string
required

Query Parameters

lastModifiedTime
string
responseFields
string

limits which fields are returned in the response body

Response

Success

id
string | null
type
string | null
path
string | null
checkSum
string | null
sizeInBytes
integer<int64>
auditInfo
object