List order status - client mode
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
GET
/v1/client/order/status/{orderId}
Order
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mediaconnect.no/capi/v1/client/order/status/'
Response Response Example
200 - Success
{
"orders": [
{
"orderId": 9,
"externalOrderId": "2342",
"orderTime": 1559372400000,
"orderStatus": "preliminary",
"orderAmount": 295,
"customerNumber": 563457
}
]
}
Request
Path Params
orderId
stringÂ
required
Responses
Modified at 2025-05-08 07:52:51