GetProcesses
Get the names of all the processes.
Input
|
None |
- |
- |
Output
|
processes |
collection[process] |
A collection of processes |
Each process in processes is a set with the fields id and title.
GetUnitsByLastChange
Get all units.
Input
|
changedate |
date |
Return all units changed on or after the provided date. |
|
changetime |
time |
If this is provided only return units changed after the provided date and time. |
|
resumekey |
string |
If a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries. |
Output
|
units |
collection [ unit ] |
The units. |