DigiOffice Gateway Web Services

<back to all web services

GetApplicationInfo

Requires Authentication
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*


open class GetApplicationInfo
{
    open var IncludeModules:Boolean? = null
    open var IncludeOfficeAddins:Boolean? = null
}

open class ApplicationInfo
{
    open var ApplicationName:String? = null
    open var Version:String? = null
    open var VersionGateway:String? = null
    open var Environment:String? = null
    open var MachineName:String? = null
    open var CustomerCode:String? = null
    open var CustomerBrandCode:String? = null
    open var DatabaseName:String? = null
    open var DatabaseVersion:String? = null
    open var DatabaseServer:String? = null
    open var UserName:String? = null
    open var UserLoginName:String? = null
    open var ModulesInformation:ArrayList<ModuleInformation>? = null
    open var WebsiteIntranetUrl:String? = null
    open var IDBOpties:Boolean? = null
    open var OnPremisesUrl:String? = null
    open var OnLineUrl:String? = null
    open var IsApiGateway:Boolean? = null
    open var HasCRMModuleActive:Boolean? = null
    open var HasExtranetModuleActive:Boolean? = null
    open var HasHuisstijlMOModuleActive:Boolean? = null
    open var HasDigitaalOndertekenenModuleActive:Boolean? = null
    open var HasDOVoorWordHuisstijl:Boolean? = null
    open var HasDOVoorWordRegistreren:Boolean? = null
    open var HasDOVoorExcelHuisstijl:Boolean? = null
    open var HasDOVoorExcelRegistreren:Boolean? = null
    open var HasDOVoorPowerPointHuisstijl:Boolean? = null
    open var HasDOVoorPowerPointRegistreren:Boolean? = null
    open var HasDOVoorOutlookHuisstijl:Boolean? = null
    open var HasDOVoorOutlookRegistreren:Boolean? = null
}

open class ModuleInformation
{
    open var ModuleName:String? = null
    open var ModuleVersion:String? = null
    open var ModuleDate:Date? = null
}

Kotlin GetApplicationInfo DTOs

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

HTTP + 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: dogw.klokgroep.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}