SERTICA Jobs API

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

Operations 68

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 #
POST /Jobs/{jobNo}/webhooklogs/searchCount Returns number of hits in a search for the Job's Webhook Logs. #
POST /Jobs/{jobNo}/webhooklogs/{webhookLogGuid}/retransmit Retransmits a specific Webhook based on the selected Webhook Log #
POST /Jobs/{jobNo}/webhooklogs/{webhookLogGuid}/resolve Resolves a specific Webhook Log with a Response Log entry #
POST /Jobs/{jobNo}/markasread Mark as read #
POST /Jobs/{jobNo}/markasunread Mark as unread #
POST /Jobs/{jobNo}/acknowledge Acknowledge #
POST /Jobs/{jobNo}/disable Disable the job for the provided jobNo #
POST /Jobs/{jobNo}/enable Enables the job for the provided jobNo #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/sertica-jobs-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

sertica-jobs-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SERTICA Web Jobs API
  description: 'Online API browser for SERTICA Web API.


    Be aware that some endpoints are restricted by license or user rights and may not be available in your environment.


    Each endpoint includes a description of the required license and user rights.'
  version: v1
servers:
- url: /api
tags:
- name: Jobs
paths:
  /Jobs:
    get:
      tags:
      - Jobs
      summary: Gets a list of Jobs
      operationId: GetJobs
      parameters:
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 25
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    post:
      tags:
      - Jobs
      summary: Creates a new job record
      operationId: CreateJob
      requestBody:
        description: The Job Object, including reference lists
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
      responses:
        '201':
          description: Created
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job_Update</td><td style='border-bottom:none'>Update</td></tr><tr><td style='border-bottom:none;padding-right:5px'>Job_CreateRunOnceJob</td><td style='border-bottom:none'>CreateRunOnceJob</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Jobs/search/{keyword}:
    get:
      tags:
      - Jobs
      operationId: SearchJobs
      parameters:
      - name: keyword
        in: path
        required: true
        schema:
          type: string
      - name: page
        in: query
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        schema:
          type: integer
          format: int32
          default: 25
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      summary: Search jobs
      x-summary-source: derived
  /Jobs/search:
    post:
      tags:
      - Jobs
      summary: Advanced search for jobs Takes a SearchDefinition input, which can include…
      operationId: AdvancedSearchJobs
      parameters:
      - name: page
        in: query
        description: Page
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: Pagesize
        schema:
          type: integer
          format: int32
          default: 25
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Jobs/searchCount:
    post:
      tags:
      - Jobs
      summary: Search for Jobs Takes a SearchDefinition input, which can include filters and…
      operationId: SearchCountJobs
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Jobs/searchIndex/{jobGuid}:
    post:
      tags:
      - Jobs
      summary: Get index of a record in a search for Jobs Takes a SearchDefinition input…
      operationId: SearchIndexJobs
      parameters:
      - name: jobGuid
        in: path
        description: The job to find index for
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Jobs/searchInfo:
    get:
      tags:
      - Jobs
      summary: Returns structured information about what and how you can search for
      operationId: JobSearchInfo
      responses:
        '200':
          description: Returns a list of valid search fields
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            application/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            text/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
  /Jobs/{jobNo}:
    get:
      tags:
      - Jobs
      summary: Gets a specific Job
      operationId: GetJob
      parameters:
      - name: jobNo
        in: path
        description: The JobNo to get
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the requested job
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
        '400':
          description: Returns a validation result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '404':
          description: If a job with the supplied Job No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    put:
      tags:
      - Jobs
      summary: Updates an existing Job
      operationId: UpdateJob
      parameters:
      - name: jobNo
        in: path
        description: The JobNo of the job to update
        required: true
        schema:
          type: string
      requestBody:
        description: The Job DTO object with the fields to update
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
      responses:
        '200':
          description: Returns the updated Job object
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
        '400':
          description: Returns a ValidationResult with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job_Update</td><td style='border-bottom:none'>Update</td></tr><tr><td style='border-bottom:none;padding-right:5px'>Job_CreateRunOnceJob</td><td style='border-bottom:none'>CreateRunOnceJob</td></tr><tr><td style='border-bottom:none;padding-right:5px'>Job_UpdateReferences</td><td style='border-bottom:none'>UpdateReferences</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    delete:
      tags:
      - Jobs
      summary: Deletes a job record
      parameters:
      - name: jobNo
        in: path
        description: The JobNo of the Job to delete
        required: true
        schema:
          type: string
      responses:
        '204':
          description: No Content
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job_Delete</td><td style='border-bottom:none'>Delete</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      operationId: deleteJobsByJobNo
      x-operation-id-source: derived
  /Jobs/{jobNo}/history:
    get:
      tags:
      - Jobs
      summary: Gets history for a specific Job
      operationId: GetHistoryForJob
      parameters:
      - name: jobNo
        in: path
        description: The JobNo to get
        required: true
        schema:
          type: string
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 5
      responses:
        '200':
          description: Returns the requested job
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.Job.Job'
        '400':
          description: Returns a validation result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '404':
          description: If an job with the supplied Job No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job_HistoryMode</td><td style='border-bottom:none'>HistoryMode</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Jobs/JobReports:
    get:
      tags:
      - Jobs
      summary: Get job reports from user settings
      operationId: GetJobReportsFromUserSettings
      parameters:
      - name: filename
        in: query
        description: the name for the report
        schema:
          type: string
      - name: specificReportNo
        in: query
        description: ''
        schema:
          type: string
      responses:
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '200':
          description: Returns the requested job report as pdf
        '404':
          description: If a job with the supplied Job No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      x-summary-source: derived
  /Jobs/{jobNos}/JobReports:
    get:
      tags:
      - Jobs
      summary: Get job reports
      operationId: GetJobReports
      parameters:
      - name: filename
        in: query
        description: the name for the report
        schema:
          type: string
      - name: jobNos
        in: path
        description: A comma separated list of job numbers to report
        required: true
        schema:
          type: string
      - name: specificReportNo
        in: query
        description: ''
        schema:
          type: string
      responses:
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '200':
          description: Returns the requested job report as pdf
        '404':
          description: If a job with the supplied Job No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      x-summary-source: derived
  /Jobs/{jobNo}/JobReport:
    get:
      tags:
      - Jobs
      summary: Get job report
      operationId: GetJobReport
      parameters:
      - name: filename
        in: query
        description: the name for the report
        schema:
          type: string
      - name: jobNo
        in: path
        description: The job no to report
        required: true
        schema:
          type: string
      - name: specificReportNo
        in: query
        description: ''
        schema:
          type: string
      responses:
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '200':
          description: Returns the requested job report as pdf
        '404':
          description: If a job with the supplied Job No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>Job</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      x-summary-source: derived
  /Jobs/ActivateJobs:
    post:
      tags:
      - Jobs
      summary: Activates all the jobs in the job list
      operationId: ActivateJobs
      requestBody:
        description: A list of job no's to activate
        content:
          application/json-patch+json:
            schema:
              type: array
              items:
                type: string
          application/json:
            schema:
              type: array
              items:
                type: string
          text/json:
            schema:
              type: array
              items:
                type: string
          application/*+json:
            schema:
              type: array
              items:
                type: string
      responses:
        '200':
          description: Returns a Job Activation Result with information about the activated jobs
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobActivationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobActivationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobActivationResult'
        '400':
          description: Returns a Job Activation Result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobActivationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobActivationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobActivationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Jobs/DeactivateJobs:
    post:
      tags:
      - Jobs
      summary: Deactivates all the jobs in the job list
      operationId: DeactivateJobs
      requestBody:
        description: A list of job no's to deactivate
        content:
          application/json-patch+json:
            schema:
              type: array
              items:
                type: string
          application/json:
            schema:
              type: array
              items:
                type: string
          text/json:
            schema:
              type: array
              items:
                type: string
          application/*+json:
            schema:
              type: array
              items:
                type: string
      responses:
        '200':
          description: Returns a Job Deactivation Result with information about the deactivated jobs
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobDeactivationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobDeactivationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobDeactivationResult'
        '400':
          description: Returns a Job Deactivation Result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobDeactivationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobDeactivationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobDeactivationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Jobs/FinalizeJobs:
    post:
      tags:
      - Jobs
      summary: Finalizes all the jobs in the job list
      operationId: FinalizeJobs
      requestBody:
        description: A list of job no's to finalize
        content:
          application/json-patch+json:
            schema:
              type: array
              items:
                type: string
          application/json:
            schema:
              type: array
              items:
                type: string
          text/json:
            schema:
              type: array
              items:
                type: string
          application/*+json:
            schema:
              type: array
              items:
                type: string
      responses:
        '200':
          description: Returns a Job Deactivation Result with information about the deactivated jobs
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
        '400':
          description: Returns a Job Deactivation Result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.Job.JobFinalizationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>JobHistory_Finalize</td><td style='border-bottom:none'>Finalize</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Jobs/{jobNo}/force:
    delete:
      tags:
      - Jobs
      summary: Force deletes

# --- truncated at 32 KB (204 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/openapi/sertica-jobs-api-openapi.yml