指定したノートに関する履歴を返します。
https://<space_id>.repsona.com/api/history/project/:projectId/Note/:noteId
Owner
Admin
Member
Name | Type | Description |
---|---|---|
projectId* | string | プロジェクトID |
noteId* | string | ノートID |
{
"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": ""
}
]
}