v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

List order schedule

This API fetches list of scheduled orders of a specific subscription based on subscriptionId in the path params.

Rate limit - 5/s

get/2023-10/subscription/{subscriptionId}/order/schedule

Path parameters

subscriptionIdstring required

The loop subscriptionId of the order for which scheduled order has to be fetched

Response

200

successboolean
messagestring
codestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}/order/schedule:get:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Order schedule fetched successfully",
  "data": [
    {
      "id": 63894548,
      "status": "UNPROCESSED",
      "billingDate": "2024-02-05T08:05:01.000Z"
    }
  ],
  "code": "SUCCESS"
}