Skip to main content
GET
Get case vouchers

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant

Query Parameters

page
integer

Page to get. Starting from 0.

pageSize
integer

Number of items per page. Maximum 500.

Required range: x <= 500
referenceId
string

Filter by the reference id of the case voucher. For example an invoice number or a parking charge number.

propertyHandle
string

Handle of a case voucher property to filter by. Must be used together with propertyValue. The handle of a property can be found under settings in Debbie Caseworker.

propertyValue
string

Value of the case voucher property to filter by. Must be used together with propertyHandle. The value must match exactly.

creditorId
string<uuid>

Filter by the creditor the case of the voucher belongs to.

Response

Successful operation

meta
object
items
object[]