Thank you to everyone who joined our recent Managing APIs with API Gateway webinar. We had some great questions during the session, so we’ve compiled them here along with answers shared by our presenter. 1. When should someone choose Swagger 2.0 versus OpenAPI 3.0 for an API definition? At this point, everyone should start…
I want to make sure I'm not missing something dumb here. I've got a app started that's creating SQL tables based on the property information coming back from the IDOPropInfo endpoint under the IDORequestService. Creating the tables isn't an issue, it's that the data that comes back from LoadCollection overruns on…
I'm trying to create an ION API flow to expose FieldUpdate for an integration without allowing for changes to mode, upsert, etc. I have the following schema defined: { "type": "object", "properties": { "request": { "type": "object", "properties": { "cono": { "type": "integer" }, "operinit": { "type": "string" }, "whse": {…
I'm trying to come up with a small utility that will connect to an IDO in Syteline (Cloud) through the API, and download the results into an on-prem SQL Server. My code looks like it is successfully getting a token, but when I try accessing the IDO I get an "Invalid Token" message. This is the code I'm using. Any thoughts…
I am working on an FSM flow to retrieve an IDM Document's PID and its subsequent content using the following endpoints: GET /item/search (to retrieve the PID) GET /bc/{pid}/resource/stream (to retrieve the content) While I can successfully call these via Swagger, I am hitting a wall within the FSM flow. I have configured…
How can I get or set this value for fill Etag field?
Hi, Someone has experience connecting Infor OS - APÏ GateWay (Data Lake / ends points ) with Open AI Agents? I got a customer question some days ago about create an Open AI (Chat GPT) Agent that can query data lake tables (Inventory, customer credit, etc). I think is possible using the Agent Builder of Open AI and the API…
Has anyone here implemented RFID in Infor WMS using the EPC as a Serial Number and managed to perform partial picking while specifying exactly which serials were taken? I'm working in a scenario where each RFID tag (EPC) is registered as a serial number during receiving, and a single LPN can contain dozens of serials…
Hi, I'm trying to set WM Infor Application into ION API but facing error and unable to load the documents. Here is an screenshot of how I'm adding the application, if any one has tried this or know the issue then please let me know. Error which I'm facing and unable to load the documents. Note : WM Infor is having inbuilt…
I need to use the LN REST API to retrieve a list of Active Production Orders. The /odata/tiapi.sfcProductionOrder/Orders API has the $filter function. OrderStatus is a property in that API. However, $filter wants a string value and LN stores OrderStatus as an enumerated value : I have tried using the following: OrderStatus…
It looks like you're new here. Sign in or register to get started.