Kombo · Schema

GetAtsJobsParameterRemoteCreatedAfter

Filter jobs by the day they were created in the remote system. This allows you to get jobs that were created on or after a certain day.

ATSEmbedded iPaaSHRISLMSPayrollUnified API
View JSON Schema on GitHub

JSON Schema

kombo-getatsjobsparameterremotecreatedafter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetAtsJobsParameterRemoteCreatedAfter",
  "title": "GetAtsJobsParameterRemoteCreatedAfter",
  "description": "Filter jobs by the day they were created in the remote system. This allows you to get jobs that were created on or after a certain day.",
  "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"
  }
}