v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
uploads

Get an upload

Retrieve the information of the upload with the matching uploadId.

Scope: uploads:read

get/companies/{companyId}/uploads/{uploadId}

Response

upload found

idstring uuid
descriptionstring
contentTypestring
journalEntryIdstring uuid nullable

Example response

{
  "id": "a419cf69-db6f-4de9-992c-b1a60942a443",
  "description": "example.png",
  "contentType": "img/png",
  "journalEntryId": "835ba700-b306-4bd9-8447-59207b6b0002"
}