GET/projects/api/v3/calendars/{calendarId}.json

Get a specific calendar.

Returns a single calendar.

Path Params

  • Name
    calendarId
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    Response contains information about a specific calendar.
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
    ErrorResponse defines how []Error should be marshaled to JSON.
  • Code
    404
    Description
    404 Not Found No Data

Examples

200 OK

Response
{
  "calendar": {
    "canViewPlanning": true,
    "createdAt": "string",
    "id": 0,
    "name": "string",
    "primary": true,
    "type": "string",
    "updatedAt": "string"
  }
}