Skip to main content
GET
List advances

Description

List advances Tenant-scoped, paginated roster of advances, newest-created first, optionally filtered by user and/or status. Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

user
string<uuid>

Filter by TenantUserId.

status
enum<string>
Available options:
draft,
active,
recouped,
written_off,
cancelled
page
integer
default:1
size
integer
default:20

Default 20, max 100.

Response

Advances fetched.

Every /advance JSON response wraps its payload in { status, message, data }.

status
enum<string>
Available options:
success,
error
message
string
data
object