FinanceLogs

Returns the audit log for all accounting exports that have been done.

Returns the audit log for all exports if accounting data that have been done.<br>You must have this scope: 'logs.read'.

get/logs/v1/finance/transactions-export

Query parameters

typesstring[]

Filter the log entries by export log types.

propertyIdsstring[]

Filter the log entries by property IDs

subjectIdsstring[]

Filter the log entries by subject IDs (which user triggered this event)

dateFilterstring[]

Filter by event date and time<br />You can provide an array of string expressions which all need to apply.<br />Each expression has the form of 'OPERATION_VALUE' where VALUE needs to be of the valid format of the property type and OPERATION can be:<br />'eq' for equals<br />'neq' for not equals<br />'lt' for less than<br />'gt' for greater than<br />'lte' for less than or equals<br />'gte' for greater than or equals<br />For instance<br />'eq_5' would mean the value should equal 5<br />'lte_7' would mean the value should be less than or equal to 7

pageNumberinteger

Page number to retrieve. Default: 1. If the page has no items, the API returns 204 No Content.

pageSizeinteger

Items per page. Default: 500. Maximum: 500.

Response

Success.

countinteger required

Total count of items

Example response

{
  "logEntries": [
    {
      "periodStart": "2026-09-03T11:46:09.188092+02:00",
      "periodEnd": "2026-09-03T11:46:09.188092+02:00",
      "type": "AggregatePairs",
      "clientId": "app-apaleo",
      "propertyId": "MUC",
      "created": "2026-09-03T11:46:09.188092+02:00",
      "subjectId": "d4f55fe0-672c-43d9-839a-7d57489475df"
    }
  ],
  "count": 2
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.