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

Create a new Reading query API - get readings by start/end timestamp and reading name #3519

Closed
jpwhitemn opened this issue May 27, 2021 · 0 comments · Fixed by #3577
Closed
Labels
2-medium priority denoting issues with cross-cutting project impact core-services enhancement New feature or request ireland

Comments

@jpwhitemn
Copy link
Member

🚀 Feature Request

Relevant Package

core data

Description

Per Slack request from @younes ABDELOUHAB - add a new Reading query (GET). Allow all readings within a start/end time and a specified reading name to be retrieved. It should be a combination of the existing GET requests
http://localhost:48080/api/v1/reading/{start}/{end}/{limit}
http://localhost:48080/api/v1/reading/name/{name}/{limit}

Approved

Reviewed and approved by the Core Working Group on 5/27/21 with target release of EdgeX 2.0.1 (~August 2021)

@jpwhitemn jpwhitemn added enhancement New feature or request 2-medium priority denoting issues with cross-cutting project impact core-services ireland labels May 27, 2021
lenny-goodell pushed a commit that referenced this issue Jul 12, 2021
* feat: Implement V2 API to query readings by name and time range

Implement V2 API to query readings by resourceName and specified time range

Close: #3519
Signed-off-by: weichou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-medium priority denoting issues with cross-cutting project impact core-services enhancement New feature or request ireland
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant