To inform a 3rd party system on the change of the operating state of a workplace, I would like to register the endpoint via a callback first and then understand what the structure of the payload that the callback delivers ...
Hi there, under “System administration”->”Shop floor connectivity” we selected the report “Betriebszustandsverlauf_Arbeitsplatz” and generated the corresponding GET and POST request. The request also delivers a JSON response:
Hello there, at the moment i am trying to authenticate at our virtual FORCAM factory with an external software based on Node.JS (Node-RED), but i only get error code 401. Here are the credentials which i use: msg.oauth2Request = { “access_token_url”: “https://fcfhws.forcam.university/ffauth/”, “credentials”: ...
While creating a Callback, we can set up the property ‘maxRedeliveryAttempts’. This means if the callback notification fails to the endpoint, it will try to send it again after 10 seconds. This will be retried the number of times as ...
The data structure of the output for the endpoint `/operations/{operationId}/recordedOutputQuantities` is an array of quantity booking. How are these quantities to be understood to get the final output quantity of the operation once the operation is completed? Should they be ...
Which Role do we need in Workbench API Client Config for ERP API? Do we need ‘ADMIN’ role for this?
In the github source samples I see this line several times FORCEBridgeConnector connector = new FORCEBridgeConnector(_urlToBridgeAPI, token); Would someone be able to provide the source for FORCEBridgeConnector?