Get Current Due Amount
Accounting
Get Current Due Amount
Get Current Due Amount
GET
Get Current Due Amount
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Get Current Due Amount Retrieve a list of users with their current due amounts (excluding the tenant owner). Supports pagination and sorting by various accounting fields. Method: GET Query Parameters:| Parameter | Type | Description |
|---|---|---|
| q | string | Search query to filter users by name |
| page | integer | Page number for pagination (default: 1) |
| size | integer | Number of items per page (default: 10) |
| sort | string | Field to sort by (default: due) |
| order | string | Sort order: ASC or DESC (default: DESC) |
gross- Total gross earningsnet- Net earnings after deductionspaid- Amount already paiddue- Amount currently due (default)lastCalculatedAt- When accounting was last calculated
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Search query to filter users by name or nickname
Page number for pagination
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 100Field to sort by
Available options:
gross, net, paid, due, lastCalculatedAt Sort order
Available options:
ASC, DESC Response
Current due amounts list retrieved successfully