Get an incident picture by its identifier.
Sample request:
GET /customer-orders/CDE0000000001/incident-pictures/12
GET
/customer-orders/{orderId}/incident-pictures/{pictureId}
curl \
--request GET 'https://soget-api-integration.azure-api.net/customer-orders/v1/customer-orders/{orderId}/incident-pictures/{pictureId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Ocp-Apim-Subscription-Key: $API_KEY"
Response examples (200)
{
"pictureId": 42,
"fileName": "string",
"content": "string"
}
Response examples (200)
{
"pictureId": 42,
"fileName": "string",
"content": "string"
}
Response examples (400)
{
"timestamp": "2022-11-08T14:17:19Z",
"code": "ACTOR_NOT_FOUND",
"message": "Commande de transport est introuvable!"
}
Response examples (400)
{
"timestamp": "2022-11-08T14:17:19Z",
"code": "ACTOR_NOT_FOUND",
"message": "Commande de transport est introuvable!"
}