Exemption Certificate Management

CertCapture RESTful APIs

JobModel

A job associated with a certificate or customer. Used for $include=jobs on certificate/customer fetch APIs, and as the request/response body for the standalone Jobs CRUD endpoints.

This model is used in the following APIs:

Parameters
idOptional
integer

The unique ID number of this job.

jobNumberOptional
string

The job number of this job.

nameOptional
string

The name of this job.

createdDateOptional
string

The date when this job was created.

modifiedDateOptional
string

The date when this job was last modified.

exposureZoneOptional
ExposureZoneModel

The exposure zone associated with this job. On input, only id is required.

phasesOptional
array

A list of phases associated with this job.

You can fetch this data by specifying $include=phases when calling a job fetch API. Use $include=phases,tasks to also expand the tasks within each phase.