v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
Workflow

Remind Timesheets

Remind users of a due timesheet. Sends him/her an email.

post/timmi/services/workflow/remind

Request body

Example request

{
  "timesheets": [
    {
      "startsAt": "2024-06-01",
      "endsAt": "2024-07-01"
    }
  ]
}

Response

Workflow response

Statusinteger

HTTP status code.

Messagestring nullable

Human readable error message (when error).