List all upload records
GET/v1/documents/uploads
Retrieve all shipping document upload records.
Request
Query Parameters
Responses
- 200
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
]
results
object[]
required
A unique identifier
The shipment carrier
The shipment carrier configured identifier
documents
object[]
the carrier shipping document ids
The uploaded document id.
The uploaded document file name.
meta
object
nullable
provider specific metadata
provider specific metadata
Possible values: <= 50 characters
Shipping document file reference
messages
object[]
The list of note or warning messages
The error or warning message
The message code
details
object
any additional details
any additional details
The targeted carrier
The targeted carrier name (unique identifier)
{
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"id": "string",
"carrier_name": "string",
"carrier_id": "string",
"documents": [
{
"doc_id": "string",
"file_name": "string"
}
],
"meta": {},
"reference": "string",
"messages": [
{
"message": "string",
"code": "string",
"details": {},
"carrier_name": "string",
"carrier_id": "string"
}
]
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
The list of API errors
The error or warning message
The message code
details
object
any additional details
any additional details
{
"errors": [
{
"message": "string",
"code": "string",
"details": {}
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
The list of API errors
The error or warning message
The message code
details
object
any additional details
any additional details
{
"errors": [
{
"message": "string",
"code": "string",
"details": {}
}
]
}