Salesforce · Schema

SuccessfulGetJobInfoQuery

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
id string
operation string
object string
createdById string
createdDate string
systemModstamp string
state string
concurrencyMode string
contentType string
apiVersion integer
jobType string
retries integer
totalProcessingTime integer
apiActiveProcessingTime integer
apexProcessingTime integer
View JSON Schema on GitHub

JSON Schema

salesforce-successful-get-job-info-query-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "abc123"
    },
    "operation": {
      "type": "string",
      "example": "example_value"
    },
    "object": {
      "type": "string",
      "example": "example_value"
    },
    "createdById": {
      "type": "string",
      "example": "500123"
    },
    "createdDate": {
      "type": "string",
      "example": "example_value"
    },
    "systemModstamp": {
      "type": "string",
      "example": "example_value"
    },
    "state": {
      "type": "string",
      "example": "example_value"
    },
    "concurrencyMode": {
      "type": "string",
      "example": "example_value"
    },
    "contentType": {
      "type": "string",
      "example": "example_value"
    },
    "apiVersion": {
      "type": "integer",
      "example": 10
    },
    "jobType": {
      "type": "string",
      "example": "example_value"
    },
    "retries": {
      "type": "integer",
      "example": 10
    },
    "totalProcessingTime": {
      "type": "integer",
      "example": 1700000000000
    },
    "apiActiveProcessingTime": {
      "type": "integer",
      "example": 1700000000000
    },
    "apexProcessingTime": {
      "type": "integer",
      "example": 1700000000000
    }
  },
  "required": [
    "id",
    "operation",
    "object",
    "createdById",
    "createdDate",
    "systemModstamp",
    "state",
    "concurrencyMode",
    "contentType",
    "apiVersion",
    "jobType",
    "retries",
    "totalProcessingTime",
    "apiActiveProcessingTime",
    "apexProcessingTime"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SuccessfulGetJobInfoQuery"
}