Public API capabilities
Currently available API functionality is targeting data entry flows.
Question answer flow
List current available access available surveys that is similar to reports page on the G17Eco platform.
On public API this can be achieved using list surveys endpoint.

By selecting individual survey from the list we are able to view the underlying question information.
Survey Overview
That leads to survey overview page. It allows to list all available questions (Universal Tracker Values).
On public API this can be achieved using get survey endpoint.

Question View
Current Universal Tracker Values routes allow you to fetch information about the questions and provide answer to, similar what you can do on the platform.
API only allow to update the question, verify or reject actions are not yet supported.

Question Data submit
Universal Tracker Values update routes allow you to submit questions answer.
Allow to submit questions answer and evidence links or upload files.