Skip to content

Commit

Permalink
Update README.md with the latest changes to the API
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-garcia committed Apr 3, 2020
1 parent a8757cf commit b0046dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ contains the values reported for each autonomous community.
- **to**: Date in ISO 8601 format to which you want to retrieve the reports.
- **autonomousCommunities**: Comma seppared list of the autonomous communities
values to be included in the report.
- **sortField**: String which represents the field by which we want to order
the results.
- **sortOrder**: The order for the sorting: "asc" or "desc".
- **limit**: A number representing how many reports we want to retrieve. This
is specially useful to retrieve the most recent report.

## GET /accumulated-values

Expand Down

0 comments on commit b0046dc

Please sign in to comment.