v1

latestOpenAPI 3.0.02026-07-14205154.3 KB
Cycles

List cycles

List cycles filtering by some arguments.

get/api/rns/pub/cycles

Query parameters

beginDatestring nullable

Lower limit for the date of creation of the cycle

endDatestring nullable

Upper limit for the date of creation of the cycle

subscriptionIdstring nullable

Id from the subscription that generated the cycle

customerEmailstring nullable

Customer that owns the subscription. Defaults to the current logged user

statusstring nullable

Current cycle status

pageinteger

Page used for pagination

sizeinteger

Page size used for pagination

Headers

Content-Typestring required
Example:application/json

Type of the content being sent.

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Response

OK

customerEmailstring nullable
cycleCountinteger
datestring date-time
idstring nullable
isInRetryboolean
lastUpdatestring date-time
messagestring nullable
statusstring nullable
subscriptionIdstring nullable

Example response

[
  {
    "context": {
      "items": [
        {
          "quantity": 5,
          "skuId": "12"
        }
      ]
    },
    "simulationItems": [
      {
        "quantity": 5
      }
    ]
  }
]
All 20 operations