Salesforce · Schema
SuccessfullGetAllJobs
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| done | boolean | |
| nextRecordsUrl | ['string', 'null'] | |
| records | array |
JSON Schema
{
"type": "object",
"properties": {
"done": {
"type": "boolean",
"example": true
},
"nextRecordsUrl": {
"type": "['string', 'null']",
"example": "https://www.example.com"
},
"records": {
"type": "array",
"description": "",
"example": [],
"items": {
"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"
}
},
"required": [
"id",
"operation",
"object",
"createdById",
"createdDate",
"systemModstamp",
"state",
"concurrencyMode",
"contentType",
"apiVersion",
"jobType"
]
}
}
},
"required": [
"done",
"nextRecordsUrl",
"records"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SuccessfullGetAllJobs"
}