# Retrieve a release calendar

`GET https://api.cademi.com.br/api/v3/users/{user_id}/products/{product_id}/access/calendar`

Operation ID: `users.products.access.calendar.get` · API v3

Returns the content release rules currently in effect for the user in each module and lesson of the product. The response describes the rules, not a list of dated release events.

Required permissions: `enrollments.read`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `user_id` | path | string | yes |  |
| `product_id` | path | string | yes |  |

## Responses

### 200

Returns the user's release calendar for the product.

Body: `data`: ReleaseCalendar.

Fields of ReleaseCalendar:

| Field | Type | Required | Description |
|---|---|---|---|
| `entries` | array of object | yes |  |
| `object` | string, one of `release_calendar` | yes |  |

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

### 404

The user or product was not found or is not accessible with the current credentials.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
