cURL
curl --request GET \ --url https://api.hyra.io/activity/{workspaceId}/calendar \ --header 'Authorization: Bearer <token>'
{ "days": [ { "day": 123, "date": "2023-11-07T05:31:56Z", "day_of_week_char": "<string>" } ], "advance_calendar": true }
Get the calendar for the workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The index of the week to get
Default Response
The response is of type object.
object