| GET | /busvariables/read | ||
|---|---|---|---|
| GET | /busvariables/read/{Address} |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Address | path | string | Yes | Liste des adresse des variables a obtenir, séparé par des espace ou des virgule |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /csv/reply/GetBusVariableRequest HTTP/1.1
Host: microsoft-issy-ws.epark.fr
Content-Type: text/csv
Content-Length: length
{"Address":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'IEnumerable`1' using the custom 'csv' filter}Default constructor not found for type System.Collections.Generic.IEnumerable`1[[EparkEmulator.ServiceModel.BusVariables.BusVariableValuePair, EparkEmulator.ServiceModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]