# Retrieve the notes for an activity specified by activity identifier. Endpoint: GET /api/v3/activities/{id}/notes Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) Unique identifier of the activity note - `content.activity` (object) Summary of the associated activity - `content.activity.id` (integer) Unique identifier of the activity - `content.activity.subject` (string) Subject of the activity - `content.activity.dueDate` (string) Due date of the activity - `content.activity.scheduledDate` (string) Scheduled date of the activity - `content.note` (string) Content of the note - `content.noteCategory` (object) Note category identifier - `content.noteCategory.id` (integer) Unique identifier of the note category - `content.noteCategory.name` (string) Name of the note category - `content.noteCategory.defaultCategory` (boolean) Indicates if this is the default category - `content.noteCategory.buildingLimit` (integer) - `content.noteCategory.default` (integer) - `content.noteCategory.nameLowercase` (string) - `content.building` (object) Building associated with the unit type - `content.building.id` (integer) Unique identifier of the building - `content.building.name` (string) Name of the building - `content.created` (string) Creation timestamp of the note - `content.createdBy` (object) User who started the issue - `content.createdBy.id` (integer) The unique identifier of the user - `content.createdBy.firstName` (string) The first name of the user - `content.createdBy.lastName` (string) The last name of the user - `content.createdBy.username` (string) The username of the user - `content.updatedBy` (object) User who started the issue - `content.lastUpdated` (string) Timestamp of the last update - `content.private` (boolean) - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)