Get G/L Entries
BetaGet a list of G/L entries with pagination. Supports filtering and replication.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-api-version
Used for API versioning. More details.
Query parameters
accountNumber
Filter by G/L Account number. Supports Business Central filter syntax.
postingDate
Filter by posting date. Supports Business Central filter syntax (e.g., ‘2025-01-01..2025-01-31’).
documentNumber
Filter by document number.
pageSize
The maximum number of entries to return per page.
pageKey
The key for the next page of results, obtained from a previous response.
lastRowVersion
The last row version received, used for synchronization.
sync
Enables synchronization mode, which sorts by rowVersion.
Response
This endpoint returns an object.
morePages
nextPageKey
nextPageURL
data