Skip to main content
GET
List sales order attachments

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

salesOrderId
integer
required

Sales order ID

Response

List of attachments

id
integer

Attachment ID

original_filename
string

The original name of the uploaded file.

mime_type
string | null

The file's MIME type (e.g. application/pdf).

size_bytes
integer

File size in bytes.

uploaded_by
object | null

The user who uploaded the file. Null if the uploader is unknown.

created_at
string<date-time> | null

ISO 8601 timestamp of when the attachment was created.