/contacts/:id/notes

Lists notes for a contact. These can be seen in the Mixmax Dashboard under 'Contacts'.

ParameterTypeDescription
_idStringUnique ID
createdAtDateThe date this note was created
modifiedAtDateThe date this note was modified. Will be the same as createdAt if it hasn't been modified.
userIdStringThe _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.
contactIdStringThe _id of the contact that this note is associated with.
textStringThe text of the note
Language
Authentication
Header