For Charge station configurations we have two endpoints.
1. For retrieving the configuration of a single charge station.https://developer.greenflux.com/reference/chargestationconfigurations_getchargestationcofigurationvalues
It takes charge station id as input and returns a CSV with full configuration of the charge station.
2. For retrieving the configuration of multiple charge stations.
Few things to note:
1. The user must provide a limit and offset parameter. A skip of 100 and limit of 100 will skip the first 100 charge stations and return the configurations of the next 100. The maximum limit is 1000.
2. All other parameters in the input model are optional and allow the user to further filter by charge station id, firmware version, charge point vendor, or protocol version.
3. There are two more parameters: Key and Keys. The endpoint is already in use and previously it was only possible to provide a single configuration key to retrieve only that configuration item for the charge stations. Now multiple keys can be provided in a list but of course we don't allow both the Key and Keys value to be set.
If no extra filter parameters are provided, then the CSV will contain all configuration items for the chargers and will look very sparse.
