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…
Hi All, If anyone has attempted to configure the UPS API within the Infor ION API gateway for Rating, could you kindly share the procedure for setting up Target Endpoint Security? I consistently encounter an Access Denied error. The message indicates that I do not have permission to access…
We have an ION Data Flow that processes new employees coming from Infor HR Talent. Before sending the Process.Person BOD to Infor LN, the flow performs an API lookup to check whether the person/employee already exists in LN. This lookup is executed through an ION API Trigger step that calls the LN Employee API. When the…
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…
Did anyone successfully established a connection point with ISNetworld and pull information from it to map it to M3? I'm trying to configure a connection point in ION API Gateway but unable to configure it. If anyone has experience in configuring a connection point to ISNetworld, can you please let me know?
Hi, I would like to use the web call in Excel's Power Query in order to call an Infor LN availabe endpoint. But I need an API key for that. Did someone managed to do something similiar? https://mingle-ionapi.eu1.inforcloudsuite.com/R5L7YSTDPQTMK22P_PRD/LN/c4ws/services/BusinessPartner_v3
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?
It looks like you're new here. Sign in or register to get started.