v1
latestOpenAPI 3.0.02026-07-14205154.3 KBCycles
Get cycle details
Retrieve a specific cycle by its ID.
get/api/rns/pub/cycles/{cycleId}
Path parameters
cycleIdstring nullable required
ID from the desired cycle.
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
Example response
{
"context": {
"items": [
{
"quantity": 5,
"skuId": "12"
}
]
},
"simulationItems": [
{
"quantity": 5
}
]
}