GET
/
activity
/
{workspaceId}
/
calendar
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Query Parameters

index
number

The index of the week to get

Response

200 - application/json
Default Response
days
object[]
required
advance_calendar
boolean
required