Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

AssertServer and AssertWeb has an api which may be used to get a list of all presentations and details on each presentation.

Info

Version 5.0. APIs to query database content is available in version 5.0 and later.

Overview

API will return list of presentations as a summary in XML or complete presentations as XML. The APIs can be accessed by the following URLs.

Code Block
<!-- APIs for Server and Web are the same for accessing information -->
http://<server>/AssertServer/api/v1/<language>/<site>/<operation>/<parameter>
http://<server>/AssertWeb/api/v1/<language>/<site>/<operation>/<parameter>
Info

The language code is used to read texts from the database, only one translation is selected for a name. When selecting a document file the language is used to select what file to retorn to callerSee sub articles for different versions.

Authentication

See separate article on authentication: https://signifikant.atlassian.net/wiki/spaces/ASKB/pages/901578756/Technical+documentation+-+Signifikant+REST+API+authentication?src=search

...

Page Properties
hiddentrue

Related issues