Authorization: Bearer ********************
curl --location --request GET 'https://api.gofive.co.th/v1/SalesOrders//Attachments' \
--header 'Ocp-Apim-Subscription-Key: <Your-Subscription-Key>' \
--header 'Content-Type: application/json'
{
"data": {
"value": [
{
"attachmentId": 1,
"refId": 1,
"type": 1,
"filename": "string",
"extension": "string",
"fileSize": 1,
"isActive": true,
"dateCreated": "2022-06-27T13:21:14+0700",
"url": "string",
"urlResponseUpload": "string",
"thumbnail": "string"
}
],
"statusCode": 200
},
"statusCode": 1000,
"httpStatusCode": 200
}