Skip to main content

Job API Object

Job Status attributes (progress)

The job status attributes hold the timestamp when an event has occurred or 0 if it does not apply. Note: Timestamps are milliseconds, between the current time and midnight, January 1, 1970 UTC (Java timestamps) E.g.: 1430580377000 = Sat, 02 May 2015 15:26:17 GMT

Scheduling & Windows:

Signature & Digital Forms:

History & Tracking:

Template & Sequence Metadata:

Customizable Attributes:

Note on Form Fields:
  • Field labels (extra_number__key, extra_text__key) are read-only and configured via inputFormConfig
  • If a field name starts with *, it indicates a required field
  • Types metadata contains JSON like {"2":"bool","4":"decimal"} to specify special input types
  • Supported types: bool (checkbox), decimal, number (default), text (default)

Custom Fields Format

Use customFields when reading or writing custom fields:
Behavior note:
  • In /editjobs, setting customFields clears and replaces all existing custom fields on that job.
  • In /createjobs, the same replacement behavior applies when the request updates an existing job via matching uidSecondary.