Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Devices] Ability to list devices associated to a given user #65

Open
josephpage opened this issue Feb 16, 2017 · 0 comments
Open

[Devices] Ability to list devices associated to a given user #65

josephpage opened this issue Feb 16, 2017 · 0 comments

Comments

@josephpage
Copy link
Contributor

As already discussed with Xee team, this route is a must-have.
Hope you will be able to release it in few days/weeks.

GET /v3/users/{userId}/devices

[
  {
    "deviceId": "E160000000",
    "carId": 10000   # associated to a car
  },
  {
    "deviceId": "E160000000",
    "carId": null    # no car associated yet
  }
]

If possible to implement (in future releases), the following fields could be usefull :

  • timestamp of first data from this device
  • timestamp of last data from this device
  • cardbId detected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants