Mobile - Claims

Get Claims List

Get paginated list of claims/invoices with optional filtering.

get/api/v1/mobile/claims/{participant_id}

Path parameters

participant_idstring required

Participant ID

Participant ID

Query parameters

pageinteger

Page number

Page number

limitinteger

Items per page

Items per page

statusstring nullable

Filter by status

Filter by status

date_fromstring nullable

Filter by start date (YYYY-MM-DD)

Filter by start date (YYYY-MM-DD)

date_tostring nullable

Filter by end date (YYYY-MM-DD)

Filter by end date (YYYY-MM-DD)

budget_type_idinteger nullable

Filter by budget type ID

Filter by budget type ID

category_idinteger nullable

Filter by category ID

Filter by category ID

searchstring nullable

Search by provider name or invoice number

Search by provider name or invoice number

needs_approvalboolean nullable

Filter to only invoices needing approval

Filter to only invoices needing approval

plan_start_datestring date nullable

When filtering by category/type, only include line items with service_date_from >= this date (YYYY-MM-DD).

When filtering by category/type, only include line items with service_date_from >= this date (YYYY-MM-DD).

Headers

authorizationstring required

Bearer token

Bearer token

Response

Successful Response

filtersobject
pending_approval_countinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.