# Get Calendar **GET /public/v1/projects/{projectId}/calendars/{calendarId}** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) The company's unique ID ### Path parameters - **projectId** (integer(int64)) - **calendarId** (integer(int64)) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **id** (integer(int64)) Calendar ID - **baseCalendarId** (integer(int64)) Base Calendar ID - **defaultCalendar** (boolean) Is Default Calendar - **name** (string) Calendar Name - **type** (string) Calendar Type - **hoursPerDay** (number(double)) Hours Per Day - **hoursPerMonth** (number(double)) Hours Per Month - **hoursPerWeek** (number(double)) Hours Per Week - **hoursPerYear** (number(double)) Hours Per Year - **worktimeList** (array[object]) List of Calendar Worktimes - **externalId** (string) External ID [Powered by Bump.sh](https://bump.sh)