Return a list of expected times.

This endpoint returns a paginated list of expected time by user for a given date range.

Log in to see full request history
Query Params
string
required

A date in format YYYY-MM-DD to indicate the starting point.

string
required

A date in format YYYY-MM-DD to indicate the ending point.

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. The id of the Kenjo employee. It accepts 2 formats:

1. An unique string with the Kenjo employee id.
Example: userId=80a2db290da29e126a18789c

2. A string with more than one Kenjo employee ids separated by commas (until 15 ids as maximum).
Example: userId=80a2db290da29e126a18789c,80a2db290da29e126a18789b,80a2db290da29e126a187891

number

Optional filter for pagination proposals. Determines the number of pages to skip when pagination is being used. If this value is not provided, by default the offset will be 1.

number

Optional filter for pagination proposals. The maximum number of rows to retrieve which determines the size of the page. If this value is not provided then the limit will be 50 users. The maximum value of the limit is 100 users per page. Only are valid the following limit values: 25, 50 and 100.

Headers
string
required

A valid bearer token.

Responses

401

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

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