You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connects to the Automate API and returns one or more full client objects
7
+
.PARAMETERAllClients
8
+
Returns all clients in Automate, regardless of amount
9
+
.PARAMETERCondition
10
+
A custom condition to build searches that can be used to search for specific things. Supported operators are '=', 'eq', '>', '>=', '<', '<=', 'and', 'or', '()', 'like', 'contains', 'in', 'not'.
11
+
The 'not' operator is only used with 'in', 'like', or 'contains'. The '=' and 'eq' operator are the same. String values can be surrounded with either single or double quotes. IE (RemoteAgentLastContact <= 2019-12-18T00:50:19.575Z)
12
+
Boolean values are specified as 'true' or 'false'. Parenthesis can be used to control the order of operations and group conditions.
13
+
.PARAMETEROrderBy
14
+
A comma separated list of fields that you want to order by finishing with either an asc or desc.
15
+
.PARAMETERClientName
16
+
Client name to search for, uses wildcards so full client name is not needed
17
+
.PARAMETERLocationName
18
+
Location name to search for, uses wildcards so full location name is not needed
0 commit comments