Read Venice information
You use this method to read information of a Venice installation.
Request method
GET
Request url
https://ponte.venice.be/webconnect/api/Venice[/{InformationType}]
Context identification
Identification | Description |
---|---|
InformationType | Requests a specific type of information. Possible values: |
https://ponte.venice.be/WebConnect/api/Venice
Request header
See request header.
Request body
-Http status
See http status.Response body
You can receive the response in json or xml.
Structure
The structure of the response body depends on the value of the parameter 'informationType'. Parameter 'informationType' is not providedResponse (object)
- Venice (object)
Examples
{ "Response": { "Venice": { "VeniceVersion": "10.10_", "Registration": { "Number": "1234567890", "Type": "9;50;500;31/01/2021;none" }, "User": { "Function": "Tester", "Groups": "", "Initials": "WCO", "Name": "WebConnect" }, "LogonIdentification": "MyId" } } }
<?xml version="1.0" encoding="utf-8"?> <Response> <Venice> <VeniceVersion>10.10_</VeniceVersion> <Registration> <Number>1234567890</Number> <Type>9;50;500;31/01/2021;none</Type> </Registration> <User> <Function>Tester</Function> <Groups /> <Initials>WCO</Initials> <Name>WebConnect</Name> </User> <LogonIdentification>MyId</LogonIdentification> </Venice> </Response>