Description of the illustration fa_runtime.png

This diagram shows the high-level runtime flow of the Fusion Applications Connector API. The first block shows custom code calling the connector API. Information from the custom code is passed to the connector API and on to its implementation. The implementation extracts the payload from the request information. The second block shows the implementation checking to see if the resource is enabled. For endpoints that are GET requests, a fields parameter is added to the request to limit the attributes returned by the Fusion Applications service to only the attributes that were enabled at design time. The next block shows that resources and attributes have been selected and now runtime credentials are provided to the Fusion Applications service to access those resources. In the final block, the service verifies the credentials.

The return flow shows the Fusion Application service sending the response body back to the connector API and, finally, back to the custom code.