Operation Get Plan Item By Criteria
Method: HTTP GET method
Endpoint: http://<host_address>:<port_address>/v2/orders/planItems
The required field parameters are given in the following list:
orderIds
pageNumber
pageSize
Note: The page size that you provide in the request must be more than 0 and no greater than 20.
Example of
GetPlanItemByCriteria
:
{ "pageNumber": 1, "pageSize": 1, "totalPages": 159, "totalPlanItems": 159, "orders": [ { "orderId": "22aug_02", "planId": "b695e962-e02f-497c-b7ed-caf95fef1663", "planItems": [ { "planItemId": "1", "action": "CANCEL", "status": "CANCELLED", "planItemName": "NON_EXECUTING" } ] } ] }