| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| IncludeModules | query | bool | No | |
| IncludeOfficeAddins | query | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ApplicationName | form | string | No | |
| Version | form | string | No | |
| VersionGateway | form | string | No | |
| Environment | form | string | No | |
| MachineName | form | string | No | |
| CustomerCode | form | string | No | |
| CustomerBrandCode | form | string | No | |
| DatabaseName | form | string | No | |
| DatabaseVersion | form | string | No | |
| DatabaseServer | form | string | No | |
| UserName | form | string | No | |
| UserLoginName | form | string | No | |
| ModulesInformation | form | List<ModuleInformation> | No | |
| WebsiteIntranetUrl | form | string | No | |
| IDBOpties | form | bool | No | |
| OnPremisesUrl | form | string | No | |
| OnLineUrl | form | string | No | |
| IsApiGateway | form | bool | No | |
| HasCRMModuleActive | form | bool | No | |
| HasExtranetModuleActive | form | bool | No | |
| HasHuisstijlMOModuleActive | form | bool | No | |
| HasDigitaalOndertekenenModuleActive | form | bool | No | |
| HasDOVoorWordHuisstijl | form | bool | No | |
| HasDOVoorWordRegistreren | form | bool | No | |
| HasDOVoorExcelHuisstijl | form | bool | No | |
| HasDOVoorExcelRegistreren | form | bool | No | |
| HasDOVoorPowerPointHuisstijl | form | bool | No | |
| HasDOVoorPowerPointRegistreren | form | bool | No | |
| HasDOVoorOutlookHuisstijl | form | bool | No | |
| HasDOVoorOutlookRegistreren | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ModuleName | form | string | No | |
| ModuleVersion | form | string | No | |
| ModuleDate | form | DateTime | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsonl/reply/GetApplicationInfo HTTP/1.1
Host: doapigw.baasbv.nl
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"IncludeModules":false,"IncludeOfficeAddins":false}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"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":[{"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}