Developers
Data API revision history
Every revision of the Pathline Data API
The Pathline Data API is versioned by revision. Each revision has a stable contract — authority, permission names, URI paths, and column names — that does not change in a breaking way once published; new capabilities ship as a new revision. The current integration guide always documents the latest revision. When a revision is superseded, its guide and contract are archived here so existing integrations can still reference the exact contract they were built against.
Revisions
| Revision | Status | Pathline version | Guide | Contract |
|---|---|---|---|---|
| Revision 2 | Current | 1.6.0 (version code 13) and later | Integration guide → | PathlineContract.kt |
| Revision 1 | Archived | 1.5.0 (version code 12) – 1.5.x | Integration guide → | PathlineContract.kt |
What's new in revision 2: the places collection and per-place visits history,
a status route and the user access switch, and the REQUEST_API_ACCESS action
for in-app onboarding. The visits, trips, and samples collections
are unchanged, so revision 1 integrations keep working against revision 2.
Current revision
Revision 2 — the full integration guide with the access model, places, querying, the data reference, and a complete example.