Dls API Interface Documentation

DLS Api provides method for executing DLS use cases via webservice interface. This documentation describes the methods of provided services as well as details for some special use cases, e.g. key layout configuration.

General considerations

LinkDescription
SessionObtaining and using an Api session.
Asynchronous methodsCalling asynchronous Api methods.
Pseudo generic interfacePseudo generic interface for modifying device settings.
AttributesPseudo generic attributes used by pseudo generic interface methods.

Use cases

LinkDescription
Sip subscriberSib subscriber use case overview.
Mobile userMobile user use case overview.

Javadoc

LinkDescription
JavadocAPI documentation in javadoc format.

Key layout

LinkDescription
Device descriptions (English) Device descriptions (Deutsch) Describes all device types which are supported by DLS Api key layout functions. This documentation consists essentially of the output of calling getDeviceDescriptions and getFunctionsDescriptions from DlsAPIv100 interface.
Client by exampleA java client which demonstrates how key layout functions can be used.