A customer asks, I would like to know whether its a possibility to use the REST API the PSO web app uses (i.e. https://host/IFSPSOWorkbench/api/ResourceScheduling/UpdateActivity)
Because I am unable to see the usage for the swagger mentioned apis. So, is this a possibility?
PSO REST APIs
Best answer by Alexander Heinze
Regarding the broadcast, i assume it can be only used once (create a broadcast request), or can i create a broadcast request and request the data more than once with the same broadcastId?
Also, is there a way we can check the payload that PSO receives either from the REST API or when FSM sends? When a post call has been made we receives an internal id and also how we can check this. (Environments are hosted on Azure (IFS managed cloud))
Unfortunately the PSO 6.12 documentation we are unable to see.
With POLLING you can request the result only once, but 1) you can instead of “0002” request another one “0003” or 2) just poll without a broadcast ID.
This method is used to retrieve output from the scheduling system. A broadcast id can be included in the request, in which case the gateway will return the output for this broadcast. The broadcast type on the Broadcast row in the input data must be 'POLLING'. The data returned will be the data requested in the broadcast. If no broadcast id is provided then the Gateway will return the latest complete plan from the QMS. In this case there are options to return only the input data, only the output data, or both.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.