get
https://example.com/api/v1/mobile/session/history/
Get encounter history for a persistent session.
Query params:
- session_id: Session ID
Returns: { "session_id": "uuid", "encounters": [...], "started_at": "2024-01-01T00:00:00Z" }
Get encounter history for a persistent session.
Query params:
Returns: { "session_id": "uuid", "encounters": [...], "started_at": "2024-01-01T00:00:00Z" }
Try It! to start a request and see the response here!