Order Service
External Reference APIs
Get Order Details by using client id and client order id
1min
GET
PATH PARAMETERS
clientId
string
*client Id.
clientOrderId
string
*Client orderId.
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Unique requestId
X-COREOS-TID
string
*Tenant id
X-COREOS-ACCESS
string
*core-os access token
X-COREOS-USERINFO
string
core-os user info token
QUERY PARAMETERS
limit
integer
Number of items to return
offset
integer
Number of items to skip from start
fetchAllOrders
boolean
Fetch latest order or all
RESPONSES
200
Entity event mapped response
OrderGetAllResponse
error
Error
*Error Information
request
Request
*data
OrderResponse[]
400
Error Occurred
GetErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
401
Error Occurred
GetErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
404
Error Occurred
GetErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]


Updated 03 Aug 2023
Did this page help you?