get https://api.mixmax.com/v1/contacts//notes
Lists notes for a contact. These can be seen in the Mixmax Dashboard under 'Contacts'.
Deprecated
This endpoint is now marked for deprecation. While this endpoint is still functional, it will be phased out in the future and should not be used in new development efforts.
Parameter | Type | Description |
---|---|---|
_id | String | Unique ID |
createdAt | Date | The date this note was created |
modifiedAt | Date | The date this note was modified. Will be the same as createdAt if it hasn't been modified. |
userId | String | The _id of the user who created this note. Will be yours unless the contact is provided from a shared list, then it will be the user id of the creator. Pass expand=userId on the querystring to expand this to include the name and email of the owner. |
contactId | String | The _id of the contact that this note is associated with. |
text | String | The text of the note |