Skip to main content
GET
List stored calculations

Authorizations

Authorization
string
header
required

API key authentication. Send your API key as: Authorization: Bearer <your_api_key>

Query Parameters

employer_id
string | null
employee_id
string | null
country
string | null
Required string length: 2
batch_id
string | null
period_from
string<date> | null

Only periods starting on or after this date.

period_to
string<date> | null

Only periods starting on or before this date.

limit
integer
default:25
Required range: 1 <= x <= 100
starting_after
string | null

Cursor: the id of the last item of the previous page.

Response

A page of calculation summaries.

The response is of type Response Calculations List Calculations · object.