Get project activity


GET /api/activity/project/:projectId

Returns activity for a given project.

Endpoint URL

https://<space_id>.repsona.com/api/activity/project/:projectId

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID

Query parameters

NameTypeDescription
pagenumberPage. 1 is the first.

Example responses

{
  "requestedBy": 1,
  "project": 1,
  "activities": [
    {
      "id": 1746,
      "createdAt": 1672498800000,
      "model": "Project",
      "modelId": 1,
      "property": "purpose",
      "isMultiple": false,
      "action": "update",
      "user": {
        "id": 1746,
        "name": "Reon",
        "fullName": "Reon Walls",
        "avatarUrl": "/dummy/avatar1.png",
        "extra": {}
      },
      "project": {
        "id": 1746,
        "name": "elephant-website",
        "fullName": "Elephant website development project"
      },
      "ref": {
        "link": {
          "text": "Elephant website development project",
          "path": "/project/5B"
        },
        "fromContent": "",
        "toContent": "Investigating elephant ecology.",
        "content": "Investigating elephant ecology."
      }
    }
  ]
}

Human-centered, best team!

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