This is the API powering Omnia 2.0 and Pricemonitor, containing operations which can also be used directly by customers from their own systems.
This is the API powering Omnia 2.0 and Pricemonitor, containing operations which can also be used directly by customers from their own systems.
The Omnia 2.0 API is RESTful and provides access to the backend of Omnia 2.0 and Pricemonitor. It is used to manage products, offers, contracts and more.
Tasks are asynchronously handled jobs in our system, like price calculation or monitoring jobs.
You can use this operation to find tasks for a contract.
A use case for the find tasks operation is to get the most recent completed price calculation task to see if it was successful or failed. And if it failed, what the failures were.
{
"state":"failed",
"data":{
"startTimestamp":"2023-05-09T04:00:02.974Z"
},
"result":{
"operations":{
"successful":0,
"failed":93,
"total":93
}
},
"failureCode":"user.preprocessing.strategy.failure",
"contractId":"tujamm",
"failures":[
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"88673055",
"exceptionMessage":"Can't modify max price to 0.0 since it violates the current boundary PriceBoundary(358.6128,1000000.00)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328105",
"exceptionMessage":"Can't modify max price to 15.6975 since it violates the current boundary PriceBoundary(15.743,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328438",
"exceptionMessage":"Can't modify max price to 62.947500000000005 since it violates the current boundary PriceBoundary(68.614,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328838",
"exceptionMessage":"Can't modify max price to 9.397499999999999 since it violates the current boundary PriceBoundary(11.793600000000001,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356778",
"exceptionMessage":"Can't modify max price to 555.45 since it violates the current boundary PriceBoundary(667.3758,1049.0)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763642",
"exceptionMessage":"Can't modify max price to 335.9475 since it violates the current boundary PriceBoundary(402.94800000000004,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356961",
"exceptionMessage":"Can't modify max price to 1154.9895000000001 since it violates the current boundary PriceBoundary(1340.1752000000001,2199.0)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68329414",
"exceptionMessage":"Can't modify max price to 12.5475 since it violates the current boundary PriceBoundary(17.654,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763669",
"exceptionMessage":"Can't modify max price to 10.4475 since it violates the current boundary PriceBoundary(15.2152,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328448",
"exceptionMessage":"Can't modify max price to 98.64750000000001 since it violates the current boundary PriceBoundary(102.284,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68756226",
"exceptionMessage":"Can't modify max price to 131.19750000000002 since it violates the current boundary PriceBoundary(152.3158,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328748",
"exceptionMessage":"Can't modify max price to 4.1475 since it violates the current boundary PriceBoundary(4.2042,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"87832326",
"exceptionMessage":"Can't modify max price to 12.5475 since it violates the current boundary PriceBoundary(16.1252,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68329058",
"exceptionMessage":"Can't modify max price to 2.0475 since it violates the current boundary PriceBoundary(2.0566,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328749",
"exceptionMessage":"Can't modify max price to 8.3475 since it violates the current boundary PriceBoundary(12.1394,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68329108",
"exceptionMessage":"Can't modify max price to 46.14750000000001 since it violates the current boundary PriceBoundary(47.502,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356678",
"exceptionMessage":"Can't modify max price to 418.95000000000005 since it violates the current boundary PriceBoundary(508.5262000000001,789.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"79044179",
"exceptionMessage":"Can't modify max price to 16.7475 since it violates the current boundary PriceBoundary(19.747,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328597",
"exceptionMessage":"Can't modify max price to 125.9475 since it violates the current boundary PriceBoundary(130.13,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763724",
"exceptionMessage":"Can't modify max price to 12.600000000000001 since it violates the current boundary PriceBoundary(14.7056,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328344",
"exceptionMessage":"Can't modify max price to 62.947500000000005 since it violates the current boundary PriceBoundary(63.7,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78762366",
"exceptionMessage":"Can't modify max price to 1101.45 since it violates the current boundary PriceBoundary(1397.4142,1649.0)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"84641852",
"exceptionMessage":"Can't modify max price to 31.4475 since it violates the current boundary PriceBoundary(39.13,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763514",
"exceptionMessage":"Can't modify max price to 272.9475 since it violates the current boundary PriceBoundary(292.929,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78762367",
"exceptionMessage":"Can't modify max price to 99.75 since it violates the current boundary PriceBoundary(103.77640000000001,139.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68327996",
"exceptionMessage":"Can't modify max price to 68.1975 since it violates the current boundary PriceBoundary(71.8354,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68373053",
"exceptionMessage":"Can't modify max price to 19.8975 since it violates the current boundary PriceBoundary(20.4932,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68865365",
"exceptionMessage":"Can't modify max price to 488.25 since it violates the current boundary PriceBoundary(560.7420000000001,869.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328261",
"exceptionMessage":"Can't modify max price to 57.697500000000005 since it violates the current boundary PriceBoundary(75.69380000000001,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68373051",
"exceptionMessage":"Can't modify max price to 2.0475 since it violates the current boundary PriceBoundary(3.6946,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78762370",
"exceptionMessage":"Can't modify max price to 2623.9500000000003 since it violates the current boundary PriceBoundary(3310.7984,3799.0)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78764192",
"exceptionMessage":"Can't modify min price to 0.0 since it violates the current boundary PriceBoundary(0.01,1000000.00)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356770",
"exceptionMessage":"Can't modify max price to 523.95 since it violates the current boundary PriceBoundary(606.2420000000001,949.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68566764",
"exceptionMessage":"Can't modify max price to 3.0975 since it violates the current boundary PriceBoundary(3.5126,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"82558573",
"exceptionMessage":"Can't modify max price to 13.5975 since it violates the current boundary PriceBoundary(22.677200000000003,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"71348897",
"exceptionMessage":"Can't modify max price to 110.25 since it violates the current boundary PriceBoundary(130.40300000000002,159.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356779",
"exceptionMessage":"Can't modify max price to 523.95 since it violates the current boundary PriceBoundary(597.324,929.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763130",
"exceptionMessage":"Can't modify max price to 262.4475 since it violates the current boundary PriceBoundary(297.479,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328608",
"exceptionMessage":"Can't modify max price to 15.6975 since it violates the current boundary PriceBoundary(18.436600000000002,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356767",
"exceptionMessage":"Can't modify max price to 450.45000000000005 since it violates the current boundary PriceBoundary(484.66600000000005,759.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328114",
"exceptionMessage":"Can't modify max price to 62.947500000000005 since it violates the current boundary PriceBoundary(65.52,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"88113739",
"exceptionMessage":"Can't modify max price to 2.0475 since it violates the current boundary PriceBoundary(26.499200000000002,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"82891765",
"exceptionMessage":"Can't modify max price to 104.9475 since it violates the current boundary PriceBoundary(164.10940000000002,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356775",
"exceptionMessage":"Can't modify max price to 498.75 since it violates the current boundary PriceBoundary(570.9522,889.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67357075",
"exceptionMessage":"Can't modify max price to 82.95 since it violates the current boundary PriceBoundary(100.71880000000002,119.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328424",
"exceptionMessage":"Can't modify max price to 141.6975 since it violates the current boundary PriceBoundary(202.02,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356784",
"exceptionMessage":"Can't modify max price to 119.7 since it violates the current boundary PriceBoundary(144.01659999999998,169.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763163",
"exceptionMessage":"Can't modify max price to 57.697500000000005 since it violates the current boundary PriceBoundary(58.80420000000001,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763355",
"exceptionMessage":"Can't modify max price to 15.6975 since it violates the current boundary PriceBoundary(16.616600000000002,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78762365",
"exceptionMessage":"Can't modify max price to 681.45 since it violates the current boundary PriceBoundary(883.2278000000001,989.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"79044161",
"exceptionMessage":"Can't modify max price to 9.397499999999999 since it violates the current boundary PriceBoundary(2682.6800000000003,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"79809361",
"exceptionMessage":"Can't modify max price to 16.7475 since it violates the current boundary PriceBoundary(21.2394,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356786",
"exceptionMessage":"Can't modify max price to 488.25 since it violates the current boundary PriceBoundary(560.7420000000001,879.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68329134",
"exceptionMessage":"Can't modify max price to 16.7475 since it violates the current boundary PriceBoundary(32.123,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328205",
"exceptionMessage":"Can't modify max price to 102.84750000000001 since it violates the current boundary PriceBoundary(119.70139999999999,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763330",
"exceptionMessage":"Can't modify max price to 5.197500000000001 since it violates the current boundary PriceBoundary(8.5722,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763539",
"exceptionMessage":"Can't modify max price to 125.9475 since it violates the current boundary PriceBoundary(133.2968,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763512",
"exceptionMessage":"Can't modify max price to 24.0975 since it violates the current boundary PriceBoundary(31.668,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328857",
"exceptionMessage":"Can't modify max price to 31.4475 since it violates the current boundary PriceBoundary(37.1826,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78762372",
"exceptionMessage":"Can't modify max price to 114.45 since it violates the current boundary PriceBoundary(145.16320000000002,169.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328455",
"exceptionMessage":"Can't modify max price to 136.4475 since it violates the current boundary PriceBoundary(192.37400000000002,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68647965",
"exceptionMessage":"Can't modify max price to 26.1975 since it violates the current boundary PriceBoundary(27.937,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356782",
"exceptionMessage":"Can't modify max price to 376.95 since it violates the current boundary PriceBoundary(397.54260000000005,619.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"79431469",
"exceptionMessage":"Can't modify max price to 15.6975 since it violates the current boundary PriceBoundary(31.8136,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763460",
"exceptionMessage":"Can't modify max price to 38.79750000000001 since it violates the current boundary PriceBoundary(134.64360000000002,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763601",
"exceptionMessage":"Can't modify max price to 29.3475 since it violates the current boundary PriceBoundary(29.9936,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356833",
"exceptionMessage":"Can't modify max price to 523.95 since it violates the current boundary PriceBoundary(617.9264,959.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68044131",
"exceptionMessage":"Can't modify max price to 292.95 since it violates the current boundary PriceBoundary(364.6734,419.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"74301166",
"exceptionMessage":"Can't modify max price to 166.95000000000002 since it violates the current boundary PriceBoundary(221.40300000000002,9999.0)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68329019",
"exceptionMessage":"Can't modify max price to 6.2475000000000005 since it violates the current boundary PriceBoundary(12.776399999999999,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356722",
"exceptionMessage":"Can't modify max price to 866.25 since it violates the current boundary PriceBoundary(1092.8736000000001,1249.0)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78764189",
"exceptionMessage":"Can't modify max price to 52.447500000000005 since it violates the current boundary PriceBoundary(56.27440000000001,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78764000",
"exceptionMessage":"Can't modify max price to 2.0475 since it violates the current boundary PriceBoundary(5.6602,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356768",
"exceptionMessage":"Can't modify max price to 488.25 since it violates the current boundary PriceBoundary(560.924,879.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68329149",
"exceptionMessage":"Can't modify max price to 20.9475 since it violates the current boundary PriceBoundary(23.0958,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"82278909",
"exceptionMessage":"Can't modify max price to 69.2475 since it violates the current boundary PriceBoundary(114.66000000000001,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68647966",
"exceptionMessage":"Can't modify max price to 26.1975 since it violates the current boundary PriceBoundary(27.937,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763897",
"exceptionMessage":"Can't modify max price to 16.7475 since it violates the current boundary PriceBoundary(17.1444,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"75351547",
"exceptionMessage":"Can't modify max price to 109.2 since it violates the current boundary PriceBoundary(128.856,239.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763641",
"exceptionMessage":"Can't modify max price to 52.447500000000005 since it violates the current boundary PriceBoundary(60.06,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328459",
"exceptionMessage":"Can't modify max price to 36.697500000000005 since it violates the current boundary PriceBoundary(45.427200000000006,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68328752",
"exceptionMessage":"Can't modify max price to 20.9475 since it violates the current boundary PriceBoundary(22.8592,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763678",
"exceptionMessage":"Can't modify max price to 204.6975 since it violates the current boundary PriceBoundary(278.46000000000004,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"74301169",
"exceptionMessage":"Can't modify max price to 261.45 since it violates the current boundary PriceBoundary(327.63640000000004,389.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68329012",
"exceptionMessage":"Can't modify max price to 20.9475 since it violates the current boundary PriceBoundary(23.605400000000003,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"78763855",
"exceptionMessage":"Can't modify max price to 13.5975 since it violates the current boundary PriceBoundary(17.672200000000004,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"81749897",
"exceptionMessage":"Can't modify max price to 292.95 since it violates the current boundary PriceBoundary(326.5262,529.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67357159",
"exceptionMessage":"Can't modify max price to 156.45000000000002 since it violates the current boundary PriceBoundary(225.8074,229.99)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356769",
"exceptionMessage":"Can't modify max price to 603.75 since it violates the current boundary PriceBoundary(692.3462000000001,1089.0)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68329423",
"exceptionMessage":"Can't modify max price to 10.4475 since it violates the current boundary PriceBoundary(10.92,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"68327990",
"exceptionMessage":"Can't modify max price to 146.9475 since it violates the current boundary PriceBoundary(148.3664,2701.87)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"67356697",
"exceptionMessage":"Can't modify max price to 1395.45 since it violates the current boundary PriceBoundary(1826.7340000000002,1999.0)"
}
},
{
"messageId":"ProcessingFailure",
"attributes":{
"productId":"87832348",
"exceptionMessage":"Can't modify max price to 10.4475 since it violates the current boundary PriceBoundary(15.834,2701.87)"
}
}
],
"creationDate":"2023-05-09T04:00:53.558Z",
"taskType":"backend.tasks.pricemonitor.offers.preprocessing",
"finishDate":"2023-05-09T04:00:59.213Z",
"userId":2156,
"startDate":"2023-05-09T04:00:54.677Z",
"taskId":"tujamm:49329f97-62ff-4c65-89af-062432e82095"
}
{
"state":"failed",
"data":{
"startTimestamp":"2023-05-09T08:00:01.217Z"
},
"failureCode":"pricemonitor.uncategorized.failure",
"contractId":"97j8f7",
"failures":[
{
"messageId":"backend.tasks.pricemonitor.offers.preprocessing.unknownFailure",
"attributes":{
"error":"backend.tasks.pricemonitor.offers.preprocessing.unknownFailure",
"exception":"scala.MatchError",
"exceptionMessage":"null"
}
}
],
"creationDate":"2023-05-09T09:09:18.888Z",
"taskType":"backend.tasks.pricemonitor.offers.preprocessing",
"finishDate":"2023-05-09T09:09:19.010Z",
"userId":2156,
"startDate":"2023-05-09T09:09:18.898Z",
"taskId":"97j8f7:9a026a7a-5195-4cc4-b6b5-ceeb8cb431fa"
}
curl -i -X GET \
-u <username>:<password> \
'https://api-docs.omniaretail.dev/_mock/api/omnia/api/2/v/contracts/qbcxvb/tasks?includeFailures=true&limit=10&maxCreationDate=2019-08-24T14%3A15%3A22Z&minCreationDate=2019-08-24T14%3A15%3A22Z&taskIdsFilter=string&taskState=string&taskTypeFilter=string'
[ { "contractId": "string", "creationDate": "2019-08-24T14:15:22Z", "data": [ … ], "failures": [ … ], "finishDate": "2019-08-24T14:15:22Z", "parentId": "string", "startDate": "2019-08-24T14:15:22Z", "state": "string", "taskId": "string", "taskType": "string" } ]
curl -i -X GET \
-u <username>:<password> \
'https://api-docs.omniaretail.dev/_mock/api/omnia/api/2/v/contracts/qbcxvb/tasks/{taskId}'
{ "contractId": "string", "creationDate": "2019-08-24T14:15:22Z", "data": [ "string" ], "failures": [ { … } ], "finishDate": "2019-08-24T14:15:22Z", "parentId": "string", "startDate": "2019-08-24T14:15:22Z", "state": "string", "taskId": "string", "taskType": "string" }