自分の受信トレイを返します。
https://<space_id>.repsona.com/api/inbox/:status
Owner
Admin
Member
Name | Type | Description |
---|---|---|
status | enum (unread , archived ) | ステータス。未読か既読か。 |
Name | Type | Description |
---|---|---|
page | number | ページ。1が最初。 |
{
"requestedBy": 1,
"inboxNotifications": [
{
"id": 1746,
"status": "archived",
"activity": {
"id": 1746,
"createdAt": 1672498800000,
"model": "Task",
"modelId": 2,
"property": "status",
"isMultiple": false,
"action": "update",
"user": {
"id": 1746,
"name": "Seb",
"fullName": "Seb Osborn",
"avatarUrl": "/dummy/avatar2.png",
"extra": {}
},
"project": {
"id": 1746,
"name": "elephant-website",
"fullName": "Elephant website development project"
},
"ref": {
"link": {
"text": "Create a design base",
"path": "/project/5B/task/ev"
},
"fromContent": "\"Todo\"",
"toContent": "\"Doing\"",
"content": "\"Todo\" → \"Doing\""
}
}
}
]
}