List release rules

GET/products/{product_id}/access-schedules/{access_schedule_id}/rules

Lists the release rule of each node in the product tree for the access schedule.

Returns all nodes in a single response while preserving the standard collection response format.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

product_id*string
access_schedule_id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/products/string/access-schedules/string/rules"
{  "data": [    {      "effective": {        "inherited_from": "string",        "params": [],        "type": "free"      },      "explicit": true,      "id": "string",      "level": "product",      "object": "release_rule",      "params": null,      "target_id": "string",      "type": "free"    }  ]}