Compute occurrences for an event in a date range. Requires events.read permission.
Path parameters
| Name |
Type |
Required |
Description |
id |
string |
yes |
The unique identifier of the record |
Query parameters
| Name |
Type |
Required |
Description |
from |
string (date) |
yes |
|
to |
string (date) |
yes |
|
Responses
| Status |
Description |
| 200 |
Computed occurrences |
| 403 |
Forbidden |
| 404 |
Not found |
Response 200 body
{
"data": [
{
"durationMinutes": 0,
"endsAt": "string",
"isCancelled": false,
"isRescheduled": false,
"originalStartsAt": "string",
"startsAt": "string"
}
]
}