Timesheets

Timesheet related operations

Retrieves paginated timesheet entries (optional filter by employee email)

get
Authorizations
happyforceAPIKeystringRequired

API Key for Happyforce API

Query parameters
emailstringOptional

Employee email; omit to return entries for all employees (paginated)

frominteger · int32Optional

Pagination start index (inclusive)

Default: 0Example: 0
tointeger · int32Optional

Pagination end index (exclusive). Page size is (to - from).

Default: 10Example: 10
dateFromstring · date-timeOptional

Start date filter (ddMMyyyy format)

dateTostring · date-timeOptional

End date filter (ddMMyyyy format)

Responses
chevron-right
200

OK

*/*
frominteger · int32Optional
tointeger · int32Optional
totalinteger · int32Optional
noContentbooleanOptional
get
/api/v1/public/company/timesheets
200

OK

Retrieves paginated deleted timesheet entries (optional filter by employee email)

get
Authorizations
happyforceAPIKeystringRequired

API Key for Happyforce API

Query parameters
emailstringOptional

Employee email; omit to return entries for all employees (paginated)

frominteger · int32Optional

Pagination start index (inclusive)

Default: 0Example: 0
tointeger · int32Optional

Pagination end index (exclusive). Page size is (to - from).

Default: 10Example: 10
dateFromstring · date-timeOptional

Start date filter (ddMMyyyy format)

dateTostring · date-timeOptional

End date filter (ddMMyyyy format)

Responses
chevron-right
200

OK

*/*
frominteger · int32Optional
tointeger · int32Optional
totalinteger · int32Optional
noContentbooleanOptional
get
/api/v1/public/company/timesheets/deleted
200

OK

Last updated