TerraGo API

Used By UI Screens

18 frontend pages/views, mapped from store and component code rather than the Postman collection. Pick a page to see what it calls.
The module docs describe what the API exposes. This is the other side of it: what the frontend actually calls, traced from each page's store and the component that uses it. Where an entry links through to a module page, that call is confirmed against the Postman collection. Where it reads "not in the collection", the frontend is calling something the backend docs don't cover yet — worth checking with backend before assuming it's dead code.