Returns a list of profile notes for the given profile id.
{- "items": [
- {
- "id": "string",
- "body": "string",
- "isArchived": true,
- "createdAt": "string",
- "createdById": 0,
- "createdBy": "string",
- "modifiedAt": "string",
- "modifiedById": 0,
- "modifiedBy": "string",
- "linkedTo": "string"
}
], - "totalSize": 0,
- "correlationId": "string"
}