Computation
Retrieve a computation's details
A computation’s details indicate the number of meal voucher to be given to each employee subject to the applicable statutory.
GET
/
mealvoucher
/
api
/
computations
/
{computationId}
/
details
Path Parameters
computationId
string
requiredUnique identifier of the computation
Query Parameters
fields
enum<string>[]
fields is used to select specific properties
Available options:
user
, deliveredMealVouchers
limit
integer
default: 10Page size
Required range:
1 < x < 10
fields.root
enum<string>
Return total items count (across all pages).
Available options:
prev
, next
, count
Response
200 - application/json
items
object[]
Was this page helpful?