# Read sales order attachments **GET /salesorders/{id}/attachments** Read all attachments associated with a specific sales order. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Path parameters - **id** (integer(int32)) ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (array[object]) - **fileId** (string) The unique identifier for the file associated with the attachment. - **orderId** (integer) The unique identifier for the sales order to which the attachment belongs. - **fileName** (string) The name of the attached file. - **mediaType** (string) The media type (MIME type) of the attached file. - **size** (integer(int64)) The size of the attached file in bytes. - **timestamp** (string(date-time)) A timestamp for when the attachment was created, in ISO 8601 format. - **tags** (array[string]) Tags associated with the attachment for categorization or search purposes. [Powered by Bump.sh](https://bump.sh)