curl --location -g --request GET 'https://api.veniocrm.com/dev/v1/SalesOrders/{id}/Attachments' \
--header 'Ocp-Apim-Subscription-Key;<Your Subscription-Key>' \
--header 'Authorization: <Your access_token>'
{
"data": {
"value": [
{
"attachmentId": 0,
"refId": 0,
"type": 0,
"filename": "string",
"extension": "string",
"fileSize": 0,
"isActive": true,
"createdByUserId": "string",
"dateCreated": "2021-09-18T07:01:35.481Z",
"resourceUrl": "string",
"companyId": 0,
"isProcessed": true,
"url": "string",
"urlResponseUpload": "string",
"thumbnail": "string"
}
],
"formatters": [],
"statusCode": 200
},
"statusCode": 1000,
"httpStatusCode": 200
}