Skip to main content

List Inventory Revaluation Activity

GET 

/api/cogs-revaluation/:revaluation/activity-log

Paginated audit trail for one inventory revaluation — what changed, when, and who changed it. Newest first.

Required scope: inventory:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token (PAT).

Path parameter: {revaluation} — the revaluation ID (numeric).

Pagination: page + per_page (default 15).

A revaluation is an immutable ledger row, so in practice this returns its creation entry plus any later corrections. properties carries the before/after values.

Request

Responses

OK

Response Headers
    Content-Type