Returns the contracted weekly minutes per employee for a given date.

Returns a paginated list of employees with their contracted weekly working minutes effective on the requested date. The value is read from Work schedule section of the employee profile (entry with the latest effective date <= date).
Limitations:

  • The limit parameter accepts one of 25, 50, 100.
  • The userId CSV filter accepts at most 15 ids.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Date (YYYY-MM-DD) at which the contracted weekly minutes are evaluated. Defaults to today (UTC).

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

string

Optional. Page number (1-indexed). Defaults to 1.

string
enum

Optional. Page size. One of 25, 50, 100. Defaults to 50.

Allowed:
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