REST API Enhancements

The following new REST APIs were added in this release:

New APIs in this Release

Resource

API Name/Endpoint

Method

Description

Jobs

Get All Job Details

/jobs/all

GET

Retrieves details for all jobs, currently running and historical. The details include the current job status and the timestamps indicating when the job was queued, when it was activated, and when it completed. (No time estimates are provided for how long a job will be in queue or when it will complete.)

Supported job types include:

Project branching
Project copying
Project scan and re-scan
Electronic Update (PDL update)
Data garbage collection (cleanup after the deletion of project or scan folders)
Report generation (Audit, Notices, Project, or custom reports)

Get Job Details Based on Job Id Provided

/jobs/{jobId}

GET

Provides the status and details for a given job, identified by its ID. (You can obtain the job ID by calling the Get All Jobs REST API.)