This command is used to query a specific type of object and return all the information stored on it. More customisation are possible with the use of the optional parameters. Such as returning multiple results, setting further search criteria or sorting can be done. For example, in a single request, the object parameter can accept one or multiple values. Please see the below attributes section to understand the combination of required and optional parameters.
If no values are given for the FILTER parameter, all results will be returned. If TYPE = useraccount, the parameters FILTER and OBJECT are required.
LIMIT
If no limit is set, the default value will be 1000.
NAME
Filter by name (*) asterisk is allowed *TEXT*. .
OBJECT
This is the filter criteria, such as the package name or featurelist. If FILTER = primarydomain, the OBJECT can be a partial search. If FILTER = package or useraccount, the OBJECT = need to be an exact match or no results will be returned despite the http code being 200. If FILTER = primarydomain|useraccount|package, the OBJECT can be multiple values, separated by a comma (i.e. domain1.com,domain2.com)
ORDER
Sort the returned list by ascending or descending order.