Kombo · Schema

GetHrisTimesheetsParameterEndedBefore

Return timesheets whose end time is on or before the given timestamp.

ATSEmbedded iPaaSHRISLMSPayrollUnified API
View JSON Schema on GitHub

JSON Schema

kombo-gethristimesheetsparameterendedbefore-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetHrisTimesheetsParameterEndedBefore",
  "title": "GetHrisTimesheetsParameterEndedBefore",
  "description": "Return timesheets whose end time is on or before the given timestamp.",
  "type": "string",
  "format": "date-time",
  "pattern": "^\\d{4}-\\d{2}-\\d{2}(T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?)?Z?$",
  "externalDocs": {
    "url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString"
  }
}