Hi,
Trying to get my first API call up and running and I have my Post Get Job, Get Job Status and Get Job Result within Postman following the tutorial located here.
https://developer.infor.com/tutorials/data-management/external-access-to-data-lake-apis/
When I hit Post, I get the dreaded 404 Not Found error.
The body of my Post (Get Job) is as follows. Is this the correct syntax? Just trying to get all items from the item business class.
SELECT
"ITEM"."ITEM"
FROM
"ITEM"
https://mingle-ionapi.eu1.inforcloudsuite.com/XXXXX/DATAFABRIC/compass/v2/jobs/
XXXXX = my Tenant.
If I go into Compass SQL query platform (version 2) in Infor ION API and test (execute) for Post I get status of running and a query id which I use for the Get Job status test and that returns this error:
Any help or guidance would be appreciated.
Thanks.
Jeff<span class="hljs-attr">"status": "FAILED",
<span class="hljs-attr">"location": "result",
<span class="hljs-attr">"queryId": "jHrtdKm9kz0ThpwjXNcf",
<span class="hljs-attr">"columns": [
{
<span class="hljs-attr">"name": "messageCode",
<span class="hljs-attr">"datatype": "Integer"
},
{
<span class="hljs-attr">"name": "messageCategory",
<span class="hljs-attr">"datatype": "String"
},
{
<span class="hljs-attr">"name": "messageType",
<span class="hljs-attr">"datatype": "String"
},
{
<span class="hljs-attr">"name": "message",
<span class="hljs-attr">"datatype": "String"
},
{
<span class="hljs-attr">"name": "localizedMessage",
<span class="hljs-attr">"datatype": "String"
},
{
<span class="hljs-attr">"name": "suggestedLocalizedText",
<span class="hljs-attr">"datatype": "String"