Get note history log


GET /api/history/project/:projectId/Note/:noteId

Returns an history log for a given note.

Endpoint URL

https://<space_id>.repsona.com/api/history/project/:projectId/Note/:noteId

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID
noteId*stringNote ID

Example responses

{
  "requestedBy": 1,
  "project": 1,
  "histories": [
    {
      "id": 1746,
      "createdAt": 1672498800000,
      "user": {
        "createdAt": 1672498800000,
        "updatedAt": 1672498800000,
        "id": 1746,
        "name": "Seb",
        "fullName": "Seb Osborn",
        "avatarUrl": "/dummy/avatar2.png",
        "billingStatus": "inactive",
        "extra": null,
        "space": 1,
        "language": 1,
        "timeZone": 100
      },
      "to": ""
    }
  ]
}

Human-centered, best team!

Repsona is an ideal work management tool for your team
Get started for free