# Get Project Comments **GET /public/v1/projects/{projectId}/notes** ## 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)) ### Query parameters - **keepUnread** (boolean) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (array[object]) - **id** (integer(int64)) The ID of the project note - **note** (string) The content of the project note - **user** (string) The name of the user who created the note - **userId** (string(uuid)) The ID of the user who created the note - **createdAt** (string(date-time)) The creation timestamp of the note - **updatedAt** (string(date-time)) The last updated timestamp of the note - **viewedByUser** (boolean) Indicates if the note has been viewed by the user - **canEdit** (boolean) Indicates if the user can edit the note [Powered by Bump.sh](https://bump.sh)