/contacts/:id/notes [deprecated]

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.

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
Authorization
Header