get https://api.mixmax.com/v1/contacts//notes
Lists notes for a contact. These can be seen in the Mixmax Dashboard under 'Contacts'.
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 |