The Synergist API is divided into areas and each area is a standalone API.
For example:
- Activities API
- Jobs API
- Calendar API
When using the Synergist API, usually one area is worked in at a time.
To create jobs, use the Jobs.json API which contains everything needed to create/modify jobs.
If listing clients prior to job creation, use the Jobs.json API not the Clients.json API.
The Jobs.json API is passed a parameter to indicate interest in listing clients.
Example:
http://<SERVER>/jsonapi/***jobs.json?***company=1&user=user&password=user&***action=clients***&page=1&rows=10&version=3.8