Download OpenAPI specification:Download
Contains methods to execute/schedule background jobs
key | string |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": 32,
- "name": "Process Funding",
- "webHookUrl": "/api/tasks/process-funding/execute",
- "jobTaskUId": "2856f34d-e020-4832-863a-6e344997e06d"
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
id | integer <int32> |
key | string Nullable |
jobGroup | string (JobGroup) Enum: "Dfs" "BuildFlat" "EoDProcess" |
cronExpression | string Nullable |
retryInterval | integer <int32> |
isActive | boolean |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": 38,
- "key": "BuildFlatTransaction",
- "jobGroup": "BuildFlat",
- "retryInterval": 86400,
- "isActive": false
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
key | string Nullable |
jobGroup | string (JobGroup) Enum: "Dfs" "BuildFlat" "EoDProcess" |
cronExpression | string Nullable |
retryInterval | integer <int32> |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "key": "SyncDaily",
- "jobGroup": "EoDProcess",
- "cronExpression": "0 0 30 2 *",
- "retryInterval": 86400
}
{- "backgroundJobId": 3,
- "backgroundJobKey": "SyncDaily"
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
items | Array of objects (BulkCreateBackgroundJobRequestItem) Nullable The list of background jobs |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "items": [
- {
- "key": "SyncDaily",
- "jobGroup": "EoDProcess",
- "cronExpression": "0 0 30 2 *",
- "retryInterval": 86400
}, - {
- "key": "ProcessFunding",
- "jobGroup": "Dfs",
- "retryInterval": 0
}
]
}
{- "items": [
- {
- "backgroundJobId": 3,
- "backgroundJobKey": "SyncDaily"
}, - {
- "backgroundJobId": 31,
- "backgroundJobKey": "ProcessFunding"
}
]
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
backgroundJobId | integer <int32> |
jobTaskId | integer <int32> |
executionOrder | integer <int32> Nullable |
renderTemplateMetadataId | integer <int32> Nullable |
customAttributes | string Nullable |
defaultParametersData | string Nullable |
maxRunningInstances | integer <int32> |
initiatorId | integer <int32> |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "backgroundJobId": 36,
- "jobTaskId": 30,
- "customAttributes": "{\"ExecuteLegalEntitySync\": false }",
- "maxRunningInstances": 0,
- "initiatorId": -1
}
{- "backgroundJobId": 36,
- "jobTaskId": 30
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
items | Array of objects (BulkCreateBackgroundJobJobTaskRequestItem) Nullable The list of background job-job task relations |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "items": [
- {
- "backgroundJobId": 36,
- "jobTaskId": 30,
- "customAttributes": "{\"ExecuteLegalEntitySync\": false }",
- "maxRunningInstances": 0,
- "initiatorId": -1
}
]
}
{- "items": [
- {
- "backgroundJobId": 36,
- "jobTaskId": 30
}
]
}
id required | string The internal id of the job |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
id required | string The internal id of the job |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": "18360",
- "status": "Processing",
- "data": [
- {
- "backgroundJobId": 39,
- "name": "ProcessFunding-133",
- "canUseDefaultParametersData": true
}
], - "createDate": "0001-01-01T00:00:00"
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
jobParameters | object (JobParameters) The actual parameters passed to a job when executed |
jobId | string Nullable The unique ID of the Job |
cronExpression | string Nullable The Cron expression that defines the recurring schedule |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "jobParameters": {
- "backgroundJobId": 0,
- "backgroundJobKey": "string",
- "name": "string",
- "data": "string",
- "canUseDefaultParametersData": true
}, - "jobId": "string",
- "cronExpression": "string"
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
jobParameters | object (JobParameters) The actual parameters passed to a job when executed |
jobId | string Nullable The unique ID of the Job |
cronExpression | string Nullable The Cron expression that defines the recurring schedule |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "jobParameters": {
- "backgroundJobId": 0,
- "backgroundJobKey": "string",
- "name": "string",
- "data": "string",
- "canUseDefaultParametersData": true
}, - "jobId": "string",
- "cronExpression": "string"
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
jobParameters | object (JobParameters) The actual parameters passed to a job when executed |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "jobParameters": {
- "backgroundJobId": 0,
- "backgroundJobKey": "string",
- "name": "string",
- "data": "string",
- "canUseDefaultParametersData": true
}
}
{- "jobId": "string"
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
jobParameters | object (JobParameters) The actual parameters passed to a job when executed |
delay | string <date-span> Nullable The timespan to delay until the job gets executed |
enqueueAt | string <date-time> Nullable The specific time when the job should get executed. Given in UTC. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "jobParameters": {
- "backgroundJobId": 0,
- "backgroundJobKey": "string",
- "name": "string",
- "data": "string",
- "canUseDefaultParametersData": true
}, - "delay": "string",
- "enqueueAt": "2024-11-07T14:53:54Z"
}
{- "jobId": "string"
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
batchId | string Nullable The Batch ID of an existing batch |
description | string Nullable The batch description |
items | Array of objects (BulkScheduleJobsRequestItem) Nullable The batch jobs |
canUseDefaultParametersData | boolean Nullable |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "batchId": "2472be3e-aacc-49cf-b8e8-56f5e4104697",
- "description": "Funding ReSchedule",
- "items": [
- {
- "name": "Process Funding (Funding ID: 141, BackgroundJobId: 41, JobTaskId: 31)",
- "jobTaskKey": "ProcessFunding",
- "backgroundJobKey": "ProcessFunding-141",
- "enqueueAt": "2024-11-06T14:58:54.8981059+00:00"
}, - {
- "name": "Process Funding (Funding ID: 145, BackgroundJobId: 42, JobTaskId: 31)",
- "jobTaskKey": "ProcessFunding",
- "backgroundJobKey": "ProcessFunding-145",
- "enqueueAt": "2024-11-06T15:20:54.8981089+00:00"
}, - {
- "name": "Process Funding (Funding ID: 137, BackgroundJobId: 37, JobTaskId: 31)",
- "jobTaskKey": "ProcessFunding",
- "backgroundJobKey": "ProcessFunding-137",
- "enqueueAt": "2024-11-06T17:58:54.8981097+00:00"
}
], - "canUseDefaultParametersData": true
}
{- "batchId": "a8338764-5614-473b-873a-36cab4cc82e7",
- "items": [
- {
- "jobId": "28359",
- "name": "Process Funding (Funding ID: 141, BackgroundJobId: 41, JobTaskId: 31)",
- "jobTaskKey": "ProcessFunding",
- "backgroundJobKey": "ProcessFunding-141"
}, - {
- "jobId": "28229",
- "name": "Process Funding (Funding ID: 145, BackgroundJobId: 42, JobTaskId: 31)",
- "jobTaskKey": "ProcessFunding",
- "backgroundJobKey": "ProcessFunding-145"
}, - {
- "jobId": "28366",
- "name": "Process Funding (Funding ID: 137, BackgroundJobId: 37, JobTaskId: 31)",
- "jobTaskKey": "ProcessFunding",
- "backgroundJobKey": "ProcessFunding-137"
}
]
}
Searches for jobs and returns a list with jobs (and key attributes) matching the passed request parameters.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The parameter DTO
page | integer <int32> |
pageSize | integer <int32> |
sortBy | string Nullable |
sortOrder | string (SortOrder) Enum: "Ascending" "Descending" |
ids | Array of integers <int64> Nullable |
statuses | Array of strings Nullable |
createDateFrom | string <date-time> Nullable |
createDateTo | string <date-time> Nullable |
expiryDateFrom | string <date-time> Nullable |
expiryDateTo | string <date-time> Nullable |
data | string Nullable |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "page": 0,
- "pageSize": 0,
- "sortBy": "string",
- "sortOrder": "Ascending",
- "ids": [
- 0
], - "statuses": [
- "string"
], - "createDateFrom": "2024-11-07T14:53:54Z",
- "createDateTo": "2024-11-07T14:53:54Z",
- "expiryDateFrom": "2024-11-07T14:53:54Z",
- "expiryDateTo": "2024-11-07T14:53:54Z",
- "data": "string"
}
{- "results": [
- {
- "id": 0,
- "status": "string",
- "data": null,
- "createDate": "2024-11-07T14:53:54Z",
- "expiryDate": "2024-11-07T14:53:54Z"
}
], - "page": 0,
- "pageSize": 0,
- "pageCount": 0,
- "totalCount": 0
}