Note

User note object.

Standard object fields

  • id: ID
    Unique User Note identifier

  • app: ID
    Your site identifier in Dashly.

  • user: ID
    User ID for whom note is created.

  • author: Admin
    Admin object, describing note creator.

  • body: str
    Note text.

  • created: timestamp
    Note creation time.

Example

{
      "id": 954,
      "author": {
        "id": 12711,
        "name": "Maks",
        "avatar": "https://files.carrotquest.io/avatars/1446185805093-d6o6rtiq.jpg",
        "type": "admin"
      },
      "body": "Cool, bro!",
      "created": 1442675162
    }