Get your own inbox


GET /api/inbox/:status

Returns your own inbox.

Endpoint URL

https://<space_id>.repsona.com/api/inbox/:status

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
statusenum (unread, archived)Status. Unread or read.

Query parameters

NameTypeDescription
pagenumberPage. 1 is the first.

Example responses

{
  "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\""
        }
      }
    }
  ]
}

Human-centered, best team!

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