# Get an incident picture by its identifier. **GET /customer-orders/{orderId}/incident-pictures/{pictureId}** Sample request: GET /customer-orders/CDE0000000001/incident-pictures/12 ## Servers - https://soget-api-integration.azure-api.net/customer-orders/v1: https://soget-api-integration.azure-api.net/customer-orders/v1 () ## Authentication methods - Bearer token & Api key ## Parameters ### Path parameters - **orderId** (string) Customer order identifier. - **pictureId** (integer(int32)) Picture identifier. ## Responses ### 200 Successful operation. #### Body: application/json (object) - **pictureId** (integer(int32)) Picture identifier, it can be used to retrieve a picture when needed. - **fileName** (string) Picture name. - **content** (string) Base64 encoded content of the JPEG picture. ### 400 Bad request. #### Body: application/json (object) - **timestamp** (string(date-time)) Time information. ISO 8601 Extended Format - **code** (string) Error that could be returned by the system. - **message** (string | null) Error message. [Powered by Bump.sh](https://bump.sh)