# SERTICA Jobs API

**Canonical:** https://apis.io/apis/sertica/sertica-jobs-api/  
**Provider:** SERTICA — https://apis.io/providers/sertica/  
**Base URL:** https://{sitename}.sertica.com/api  
**Documentation:** https://www.sertica.com/modules/maintenance-api/

SERTICA Jobs API is one of 254 APIs that [SERTICA](https://apis.io/providers/sertica/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Job. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

The Jobs API from SERTICA — 61 operation(s) for jobs.

## Operations (60 of 68)

| Method | Path | Summary |
|---|---|---|
| GET | `/Jobs` | Gets a list of Jobs |
| POST | `/Jobs` | Creates a new job record |
| GET | `/Jobs/search/{keyword}` | Search jobs |
| POST | `/Jobs/search` | Advanced search for jobs Takes a SearchDefinition input, which can include… |
| POST | `/Jobs/searchCount` | Search for Jobs Takes a SearchDefinition input, which can include filters and… |
| POST | `/Jobs/searchIndex/{jobGuid}` | Get index of a record in a search for Jobs Takes a SearchDefinition input… |
| GET | `/Jobs/searchInfo` | Returns structured information about what and how you can search for |
| GET | `/Jobs/{jobNo}` | Gets a specific Job |
| PUT | `/Jobs/{jobNo}` | Updates an existing Job |
| DELETE | `/Jobs/{jobNo}` | Deletes a job record |
| GET | `/Jobs/{jobNo}/history` | Gets history for a specific Job |
| GET | `/Jobs/JobReports` | Get job reports from user settings |
| GET | `/Jobs/{jobNos}/JobReports` | Get job reports |
| GET | `/Jobs/{jobNo}/JobReport` | Get job report |
| POST | `/Jobs/ActivateJobs` | Activates all the jobs in the job list |
| POST | `/Jobs/DeactivateJobs` | Deactivates all the jobs in the job list |
| POST | `/Jobs/FinalizeJobs` | Finalizes all the jobs in the job list |
| DELETE | `/Jobs/{jobNo}/force` | Force deletes a job record Force deleting records may cause existing records to… |
| GET | `/Jobs/{jobNo}/resources` | Fetches all Resources attached to the job |
| GET | `/Jobs/{jobNo}/items` | Returns a list of Items used to perform the Job |
| GET | `/Jobs/{jobNo}/procedures` | Returns a list of procedures used to perform the Job |
| GET | `/Jobs/{jobNo}/triggers` | Returns a list of Items used to perform the Job |
| POST | `/triggers/longDescription` | Returns a specific job trigger |
| GET | `/Jobs/{jobNo}/documents` | Returns a list of Documents used on the Job |
| GET | `/Jobs/{jobNo}/jobgroups` | Fetches all JobGroups attached to the job |
| GET | `/Jobs/{jobNo}/notifications` | Fetches all Notifications attached to the job |
| GET | `/Jobs/{jobNo}/formTemplates` | Fetches all FormTemplates attached to the job |
| POST | `/Jobs/{jobNo}/formTemplates/createForm` | Creates a Form based on the supplied JobFormTemplate object |
| GET | `/Jobs/{jobNo}/copy` | Copies an existing Job to a new object |
| POST | `/Jobs/finalizerunoncejob` | Creates a new run once job record with a finalized job history |
| POST | `/jobs/{jobNo}/sendtoemail` | Send job to supplier |
| GET | `/Jobs/{jobNo}/jobmailattachments` | Gets usages for a specific Document |
| POST | `/jobs/{jobNo}/postpone` | Postpone a Job |
| POST | `/jobs/{jobNo}/approvepostpone` | Approve Postponement of a Job |
| POST | `/jobs/{jobNo}/rejectpostpone` | Reject Postponement of a Job |
| POST | `/jobs/{jobNo}/move` | Move a Job to another component |
| POST | `/Jobs/appRequest` | Get Job Lists for App |
| POST | `/Jobs/appRequest/checksum` | Get checksum of Job Lists for App |
| POST | `/Jobs/appSubmit` | Receive a new Job from new Job App or updates GPS on an existing Job |
| GET | `/Jobs/{jobNo}/relatedjobs` | Returns an ordered list of related Jobs |
| GET | `/Jobs/appRequest/showJobsOnMapTemplate` | Returns a string with the HTML of the template used to show Jobs on a map |
| GET | `/Jobs/{jobNo}/documents/{documentNo}/pdf` | Get document pdf for job |
| GET | `/Jobs/{jobNo}/documents/{documentNo}/file` | Get document file for job |
| GET | `/Jobs/{jobNo}/assignees` | Fetches all Assigned to current instance of job |
| POST | `/Jobs/assignees` | Gets all assignees for all job instances |
| PUT | `/Jobs/assignees` | Update assignees |
| POST | `/Jobs/resource/{resourceNo}/assignees` | Fetches all Resource Assignees |
| GET | `/Jobs/propertyDefinitions` | Get a list of PropertyDefinitions |
| POST | `/Jobs/propertyDefinitions` | Creates a new PropertyDefinition record |
| GET | `/Jobs/propertyDefinitions/{propertyDefinitionGuid}` | Gets a specific PropertyDefinition |
| PUT | `/Jobs/propertyDefinitions/{propertyDefinitionGuid}` | Updates an existing PropertyDefinition |
| DELETE | `/Jobs/propertyDefinitions/{propertyDefinitionGuid}` | Deletes a PropertyDefinition record |
| GET | `/Jobs/propertyDefinitions/{propertyDefinitionGuid}/listValues` | Returns a list of values for a PropertyDefinition |
| DELETE | `/Jobs/propertyDefinitions/{propertyDefinitionGuid}/force` | Force Deletes a PropertyDefinition record |
| GET | `/Jobs/propertyDefinitions/{propertyName}/available` | Lookup if PropertyName of a PropertyDefinition is not already in use and… |
| POST | `/Jobs/screenLayout` | Bulk updates screenlayout and a list of Property Definitions. |
| GET | `/Jobs/{jobNo}/managementSystemDocuments/preview` | Returns a combined preview of the Management System Documents selected for… |
| POST | `/Jobs/BatchEdit` | Job batch edit |
| POST | `/Jobs/BatchEdit/ApplyTransformations/{jobNo}` | Job batch edit apply transformations |
| POST | `/Jobs/{jobNo}/webhooklogs/search` | Searches the Webhooks associated with the Job |

…and 8 more operations. They are listed in full on the page.

## Machine-readable artifacts (8)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/openapi/sertica-jobs-api-openapi.yml
- **Documentation** — https://support.sertica.com/hc/en-us/articles/28558470734109-SERTICA-Application-Programming-Interface
- **APIReference** — https://docs.sertica.com/api/swagger/index.html
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/errors/sertica-problem-types.yml
- **Authentication** — https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/authentication/sertica-authentication.yml
- **Conventions** — https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/conventions/sertica-conventions.yml
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/data-model/sertica-data-model.yml
- **Webhooks** — https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/asyncapi/sertica-webhooks.yml

## Other SERTICA APIs (12)

- [SERTICA Accounting Dimensions API](https://apis.io/apis/sertica/sertica-accountingdimensions-api/)
- [SERTICA Accounting Dimensions Cache API](https://apis.io/apis/sertica/sertica-accountingdimensionscache-api/)
- [SERTICA Accounts API](https://apis.io/apis/sertica/sertica-accounts-api/)
- [SERTICA Activity Groups API](https://apis.io/apis/sertica/sertica-activitygroups-api/)
- [SERTICA Address Categories API](https://apis.io/apis/sertica/sertica-addresscategories-api/)
- [SERTICA Address Classifications API](https://apis.io/apis/sertica/sertica-addressclassifications-api/)
- [SERTICA Addresses API](https://apis.io/apis/sertica/sertica-addresses-api/)
- [SERTICA AI Client API](https://apis.io/apis/sertica/sertica-aiclient-api/)
- [SERTICA Analytics API](https://apis.io/apis/sertica/sertica-analytics-api/)
- [SERTICA Analytics Custom Menus API](https://apis.io/apis/sertica/sertica-analyticscustommenus-api/)
- [SERTICA Analytics Custom Templates API](https://apis.io/apis/sertica/sertica-analyticscustomtemplates-api/)
- [SERTICA Analytics Excel Templates API](https://apis.io/apis/sertica/sertica-analyticsexceltemplates-api/)

## Tags

Job

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/sertica/sertica-jobs-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/sertica/.
