v1

latestOpenAPI 3.0.12026-07-24192492466.5 KB
EmployeeExpense

Get all Expenses

Get all Expenses

get/expense/employees/{employeeId}/expenses

Path parameters

employeeIdstring uuid required

The employee identifier from the path.

Query parameters

fromstring date-time

The start date for filtering expenses.

tostring date-time

The end date for filtering expenses.

lastModifiedstring date-time

The last modified date for filtering expenses.

pageNumberinteger
pageSizeinteger

Represents how many results you'd like to retrieve per request (page). Default is 100. Max is 200

Response

OK

succeededboolean

Gets or sets a value indicating whether this Keka.API.Web.Core.Response`1 is succeeded.

messagestring nullable

Gets or sets the message.

errorsstring[] nullable

Gets or sets the errors.

datastring nullable

Gets or sets the data.