This object describes a note about a user, contact, item, or other. This functionality is for informational purposes only.
{ "id": 1, "content": "Interested", "user": User, "createdAt": "2019-08-22 17:13:09" }
Model Description:
Name | Description |
---|---|
id | Identifier |
content | Note text |
user | Note creator. Object of type User |
createdAt | Date of creation |