OVERVIEW

API v3.3

API v3.3 requires Synergist v12.3 or higher

Overview

This document defines the Synergist API which is based on REST.

JSON/XML

All examples are shown using JSON. However this API also supports XML. To use XML you simple need to make the following changes to your API call.

replace 'jsonapi' with 'xmlapi'
replace '.json?' with '.xml?'

e.g.

JSON call
http://<SERVER>/jsonapi/activities.json?company=1&version=3.3&user=user&password=user&style=modeldata&modelstructure=activitylist

XML call
http://<SERVER>/xmlapi/activities.xml?company=1&version=3.3&user=user&password=user&style=modeldata&modelstructure=activitylist