v1
latestOpenAPI 3.0.32026-07-268955212.1 KBuploads
Get uploads
Get all uploads for the company. Use the query parameters to filter and navigate through the results. Scope: uploads:read
get/companies/{companyId}/uploads
Query parameters
pageinteger
Page number
pageSizeinteger
Number of items per page
querystring
Optional query to filter the data set with supported fields listed below and available operations.
| Field | Type |
|---|---|
| description | string |
| journalEntryId | string |
Response
uploads found
Example response
{
"totalItems": 1,
"totalPages": 1,
"currentPage": 1,
"items": [
{
"id": "a419cf69-db6f-4de9-992c-b1a60942a443",
"description": "example.png",
"contentType": "img/png",
"journalEntryId": "835ba700-b306-4bd9-8447-59207b6b0002"
}
]
}