Note Model

Example Object

{
  "type": "note",
  "id": "16",
  "created_at": 1389913941,
  "body": "<p>Text for my note</p>",
  "author": {
    "type": "admin",
    "id": "21",
    "name": "Jayne Cobb",
    "email": "[email protected]",
    "companies": []
  },
  "user": {
    "type": "user",
    "id": "5310d8e8598c9a0b24000005"
  }
}

Note Object

AttributeTypeDescription
typestringvalue is 'note'
idstringThe id representing the note
created_attimestampThe time the note was created
userUserThe user the note was created about
bodystringThe body text of the note.
authorAdminOptional. Represents the Admin that created the note