Description
Add a GET endpoint to retrieve telemetry records filtered by storeId and itemId. Echipa 4 will rely on this endpoint to fetch raw pings for their clustering algorithms.
Scope
- Add
GET /api/v1/telemetry/pings?storeId=x&itemId=y in TelemetryController
- Add corresponding method in
TelemetryService
- Add corresponding query in
TelemetryRepository
- Return a list of
TelemetryRecord as JSON
Done When
Priority