Skip to content

[2] [TASK] [Backend] [API] Implement GET /api/v1/telemetry/pings endpoint #124

@R4R35

Description

@R4R35

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


  • GET /api/v1/telemetry/pings?storeId=x&itemId=y returns matching records
  • Returns empty list if no records match
  • Returns 200 OK in both cases

Priority


  • 🟡 Medium

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions