Activity Log

Audit log of data changes to specific resource types capturing before/after states where applicable for create, update and delete actions

https://api.validere.io/app

Search activity log

Search and list Activities

post
Body
all ofOptional
and
and
Responses
200

Successfully operation

application/json
Responseall of
post
POST /app/v1/activities/search HTTP/1.1
Host: api.validere.io
Content-Type: application/json
Accept: */*
Content-Length: 312

{
  "page": 0,
  "page_size": 20,
  "sort_by": "timestamp",
  "sort_direction": "desc",
  "filter": {
    "resource_type": "equipment",
    "resource_id": "1b154c71-67be-1f51-40ce-3aefb42a6480",
    "author_id": "1b154c71-67be-1f51-40ce-3aefb42a6480",
    "action": "update",
    "timestamp": {
      "$gt": "2023-07-01T08:19:25.438Z",
      "$lt": "2023-07-30T08:19:25.438Z"
    }
  }
}
200

Successfully operation

{
  "page_number": 0,
  "page_size": 10,
  "total_entries": 58,
  "total_pages": 6,
  "data": [
    {
      "resource_type": "text",
      "resource_id": "123e4567-e89b-12d3-a456-426614174000",
      "author_id": "123e4567-e89b-12d3-a456-426614174000",
      "action": "123e4567-e89b-12d3-a456-426614174000",
      "before": {
        "name": "old name",
        "description": "old description"
      },
      "after": {
        "name": "new name",
        "description": "new description"
      },
      "timestamp": "2025-08-19T00:19:40.258Z"
    }
  ]
}

Last updated