Latest reading endpoint enables clients to get the latest imported reading for the given meter. It either returns the latest reading (even if marked as suspicious) with 200 or a 404 error when the given meter has no readings stored.Any token allowed to add readings is able to read the latest reading as well. The purpose is to minimize the number of requests to Librarian. Clients should keep track of readings sent to Librarian on their own. However, if they, for some reason, lose track, the preferred course of action is to use this endpoint rather than to send a series of readings that have been sent earlier. Duplicate requests result in 409 responses.
This endpoint requires an import token, not an access token.
Request
Authorization
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.