DigiOffice Gateway Web Services

<back to all web services

GetApplicationInfo

Requires Authentication
GetApplicationInfo Parameters:
NameParameterData TypeRequiredDescription
IncludeModulesqueryboolNo
IncludeOfficeAddinsqueryboolNo
ApplicationInfo Parameters:
NameParameterData TypeRequiredDescription
ApplicationNameformstringNo
VersionformstringNo
VersionGatewayformstringNo
EnvironmentformstringNo
MachineNameformstringNo
CustomerCodeformstringNo
CustomerBrandCodeformstringNo
DatabaseNameformstringNo
DatabaseVersionformstringNo
DatabaseServerformstringNo
UserNameformstringNo
UserLoginNameformstringNo
ModulesInformationformList<ModuleInformation>No
WebsiteIntranetUrlformstringNo
IDBOptiesformboolNo
OnPremisesUrlformstringNo
OnLineUrlformstringNo
IsApiGatewayformboolNo
HasCRMModuleActiveformboolNo
HasExtranetModuleActiveformboolNo
HasHuisstijlMOModuleActiveformboolNo
HasDigitaalOndertekenenModuleActiveformboolNo
HasDOVoorWordHuisstijlformboolNo
HasDOVoorWordRegistrerenformboolNo
HasDOVoorExcelHuisstijlformboolNo
HasDOVoorExcelRegistrerenformboolNo
HasDOVoorPowerPointHuisstijlformboolNo
HasDOVoorPowerPointRegistrerenformboolNo
HasDOVoorOutlookHuisstijlformboolNo
HasDOVoorOutlookRegistrerenformboolNo
ModuleInformation Parameters:
NameParameterData TypeRequiredDescription
ModuleNameformstringNo
ModuleVersionformstringNo
ModuleDateformDateTimeNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/GetApplicationInfo HTTP/1.1 
Host: doapigw.baasbv.nl 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"__type":"IDB.Diagnostics.DTO.GetApplicationInfo, IDB.Diagnostics","IncludeModules":false,"IncludeOfficeAddins":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"__type":"IDB.Diagnostics.DTO.ApplicationInfo, IDB.Diagnostics","ApplicationName":"String","Version":"String","VersionGateway":"String","Environment":"String","MachineName":"String","CustomerCode":"String","CustomerBrandCode":"String","DatabaseName":"String","DatabaseVersion":"String","DatabaseServer":"String","UserName":"String","UserLoginName":"String","ModulesInformation":[{"__type":"IDB.Diagnostics.DTO.ModuleInformation, IDB.Diagnostics","ModuleName":"String","ModuleVersion":"String","ModuleDate":"0001-01-01T00:00:00.0000000"}],"WebsiteIntranetUrl":"String","IDBOpties":false,"OnPremisesUrl":"String","OnLineUrl":"String","IsApiGateway":false,"HasCRMModuleActive":false,"HasExtranetModuleActive":false,"HasHuisstijlMOModuleActive":false,"HasDigitaalOndertekenenModuleActive":false,"HasDOVoorWordHuisstijl":false,"HasDOVoorWordRegistreren":false,"HasDOVoorExcelHuisstijl":false,"HasDOVoorExcelRegistreren":false,"HasDOVoorPowerPointHuisstijl":false,"HasDOVoorPowerPointRegistreren":false,"HasDOVoorOutlookHuisstijl":false,"HasDOVoorOutlookRegistreren":false}