You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In MDS 2, if a vehicle is not present in the /vehicles bulk response it must be requested via /vehicles/{device-id}. If thousands of vehicles need to be requested one at a time this is really time consuming, and this is something that happens to Populus on a regular basis.
Describe the solution you'd like
It would be nice to have a way to query for vehicle information in bulk by supplying multiple device IDs in one request.
Is this a breaking change
It would depend on the implementation.
I'm not sure
Impacted Spec
For which spec is this feature being requested?
provider
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In MDS 2, if a vehicle is not present in the
/vehicles
bulk response it must be requested via/vehicles/{device-id}
. If thousands of vehicles need to be requested one at a time this is really time consuming, and this is something that happens to Populus on a regular basis.Describe the solution you'd like
It would be nice to have a way to query for vehicle information in bulk by supplying multiple device IDs in one request.
Is this a breaking change
It would depend on the implementation.
Impacted Spec
For which spec is this feature being requested?
provider
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: