QCA is a query builder for SuccessFactors OData APIs. Although it's a generic query builder internally, QCA for SF will have a "citizen integration" flavor to it to let power users get their stuff done without getting into technical nitigrities. Not so long ago, there's used to be fabulous set of tools called SFAPI tools. https://sfapitoolsflms.hana.ondemand.com/SFIntegration/sfapitools.jsp. But, RIP SFAPITools, long live SFIAPItools. Welcome QCA ;)
POSTMAN is a ReST API client. ODATA is also ReSTful if you just consider the operational part. But, OData is much more than that when you consider the metadata.xml file. The metadata file is an EDMX document that contains a complete description of the feeds, types, properties, relationships exposed by the service in EDM.
Download the latest version from here https://github.com/integrtr/query-cloud-api/releases
Once installed successfully, this's the first screen.Pretty self-explanatory - ain't it?
Now, we get to the screen where you can choose the OData entity.
Here comes the juicy part - build the query color coding differentiates the nav from the normal fields.
- SAP and SuccessFactors are trademarks of SAP SE. I claim no ownership over their trademarks or their products.
- Query Cloud API (QCA) is not from SAP. I created this only to scratch my itch. But, because Valar Dohaeris, I open sourced it.
- You're free to use this software and use it as long as you abide by GNU GPL V3 and my EULA (https://github.com/integrtr/query-cloud-api/blob/master/EULA.md).
Electron, NodeJs,JQuery,OData lib for JS and umpteen number of other open sources libraries that used for development, testing and publishing the app.