SOLVED Pushing items to Orchestrator Queue via Web API

Having done a further research I can share further information on the problem.
Apparently referring to the orchestrator 2018 API Guide a sample response should be looking somehow like this:

{
@odata.context”: “https://platform.uipath.com/odata/$metadata#queueItem/$entity”,
“QueueDefinitionId”: 188,
“OutputData”: null,
“Status”: “New”,
“ReviewStatus”: “None”,
“ReviewerUserId”: null,
“Key”: “e9cb2205-0232-4b99-9556-52dc2e686663”,
“Reference”: null,
“ProcessingExceptionType”: null,
“DueDate”: “2018-03-25T13:42:27.654Z”,
“Priority”: “High”,
“DeferDate”: “2018-03-21T13:42:27.654Z”,
“StartProcessing”: null,
“EndProcessing”: null,
“SecondsInPreviousAttempts”: 0,
“AncestorId”: null,
“RetryNumber”: 0,
“SpecificData”: “{"DynamicProperties":{"Email":"obrian@UiPath.com","Name":"O’brian"}}”,
“CreationTime”: “2018-03-21T15:31:27.2699068Z”,
“Progress”: null,
“RowVersion”: “AAAAAABDGLk=”,
“Id”: 1050947,
“ProcessingException”: null,
“SpecificContent”: {
“Email”: “obrian@uipath.com”,
“Name”: “O’Brian”
},
“Output”: null
}}

Also referring to the orchestrator a2018 api guide I have now adjusted the request body as follows:

Checking my response in Kore.ai I am getting a slightly different response as attached:

Maybe this helps for better understanding.

1 Like