Overview
The Flex5 REST API is in an early access stage and under heavy development & evolution. This is our "private" API that is being built to service our Flex5 Phone, Tablet, & Desktop applications.
It is very likely we will build a "public" API layer in the future with something like GraphQL. The reason is that this REST API is pretty low level with a flat JSON structure. This means you will have to make a lot of individual API calls to gather all the data you need.
We envision a more public-friendly API in the future that allows external developers to better fetch & aggregate data in a single request.
...