{yourDomain}
, eg: “https://myawesomecompany.ilucca.net”.{apiKey}
that has timesheet approbation and invalidation rights for the given users.id
of the timesheets that need to be rejected. This is achieved via a filtered request on the /api/v3/timmitimesheets
endpoint.
Most common filters for this kind of requests are:
?statuteId=1,2,...
: filter on a list of time regulations by their unique identifiers.?status=1,2
: filter on the status of the timesheets. Here, you will most often need to retrieve timesheets with 1: PendingApproval
or 2: Approved
statuses.?startsOn=since,2022-01-01
: filter on timesheets that start after the given date (here, January, 1st 2022).?ownerId=1,2,...
: filter on a list of users’ unique identifiers.?status=1,2
for simplicity sake):
status == 1
).
And forge the following request (see API reference):
status == 2
).
And forge the following request (see API reference):