Dashboard
Download SpecGet images for given TPP/CP
page
int
- Default
- 0
size
int
- Default
- 50
ApiKey
Response
Successful Response
{
"items": [
{
"file_name": "string",
"url": "string",
"last_modified": "2023-06-07T17:32:28Z"
}
],
"total": 123,
"page": 123,
"size": 123
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
items
array[object (ImageResponse)]
required
ImageResponse
object (ImageResponse)
file_name
string
required
url
string
required
last_modified
string
date-time
required
total
int
required
page
int
required
size
int
required
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Upload Image for TPP/CP
file_name
string
required
image
string
required
ApiKey
Request
{
"file_name": "string",
"image": "string"
}
Response
Successful Response
null
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
- Content Type
- application/json
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Delete Image for TPP/CP
file_name
string
required
ApiKey
Request
{
"file_name": "string"
}
Response
Successful Response
null
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
- Content Type
- application/json
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Was this page helpful?