Limit response size in a somewhat improved way
This commit is contained in:
@@ -9,3 +9,11 @@ curl "https://data-api.psi.ch/api/4/events?backend=sf-databuffer&channelName=S10
|
||||
Note: if the channel changes data type within the requested date range, then the
|
||||
server will return values for that data type which covers the requested
|
||||
date range best.
|
||||
|
||||
Parameters:
|
||||
- `backend`: the backend that the channel exists in, e.g. `sf-databuffer`.
|
||||
- `channelName`: the name of the channel.
|
||||
- `begDate`: start of the time range, inclusive. In ISO format e.g. `2024-02-15T12:41:00Z`.
|
||||
- `endDate`: end of the time range, exclusive.
|
||||
- `allowLargeResult=true` indicates that the client is prepared to accept also larger responses compared to
|
||||
what might be suitable for a typical browser.
|
||||
|
||||
Reference in New Issue
Block a user