ibex.endpoints.info.downsampling_methods

async ibex.endpoints.info.downsampling_methods() dict

IBEX endpoint. Returns list of available downsampling methods to be passed to /data/plot_data endpoint as query argument.

Response JSON is constructed as follows:
{
“downsampling_methods”: [
{
“name”: <method_name>,
“description”: <method_description>
},
]
}
Return type:

dict (automatically converted to JSON by FastAPI)

Returns:

JSON response