Returns expected time per user for a given date range (paginated).

Returns a paginated list of the daily Net Expected Time per user for the given date range. This value represents the contractual working hours after subtracting deductions from Public Holidays and approved Time Off (based on either the Shiftplan or the theoretical work schedule pattern).
Limitations:

  • The date range (from and to) must not exceed 90 days.
  • The limit parameter is capped at 100 users per page.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Start date of the range (YYYY-MM-DD). The range from-to must not exceed 90 days.

string
required

End date of the range (YYYY-MM-DD). The range from-to must not exceed 90 days.

string

Optional filter. The company id of the Kenjo employee.

string

Optional filter. The office id of the Kenjo employee.

string

Optional filter. The department id of the Kenjo employee.

string

Optional filter. Kenjo employee id(s). Two formats are accepted:

1. A single employee id.
Example: userId=80a2db290da29e126a18789c

2. Comma-separated list of up to 15 employee ids.
Example: userId=80a2db290da29e126a18789c,80a2db290da29e126a18789b,80a2db290da29e126a187891

number

Number of records to skip for pagination. If not provided, defaults to 0.

number

Number of users to return per page. If not provided, defaults to 50. The value is capped at 100.

Headers
string
required

A valid bearer token.

Responses

401

UNAUTHORIZED. The Authorization header is incorrect, not provided or the token expired.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json