Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

GetProcesses

Get the names of all the processes.

Input


None--

Output


processescollection[process]A collection of processes

Each process in processes is a set with the fields id and title.

GetUnitsByLastChange

Get all units.

Input


changedatedateReturn all units changed on or after the provided date.
changetimetimeIf this is provided only return units changed after the provided date and time.
resumekeystringIf a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries.

Output


unitscollection [ unit ]The units.
  • No labels