GET api/Version?user={user}&password={password}&applicationName={applicationName}
Laatste versie van de API opvragen.
Request Information
URI Parameters
| Naam | Omschrijving | Type | Extra informatie |
|---|---|---|---|
| user | string |
Vereist |
|
| password | string |
Vereist |
|
| applicationName | string |
Vereist |
Body Parameters
None.
Response Information
| Naam | Omschrijving | Type | Extra informatie |
|---|---|---|---|
| Version |
Versienummer API |
string |
Geen |
Response Formats
application/json, text/json
Voorbeeld:
{
"Version": "voorbeeld string 1"
}
application/xml, text/xml
Voorbeeld:
<VersionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Version>voorbeeld string 1</Version> </VersionResult>