Description
Lists all the objects matching certain extended search conditions and accessible by the current user (POST)
Parameters
Post
The extended search condition to use
Modes comma-separated load modes
List of load modes to be used for the object(s) to be loaded and returned
Attrs comma-separated strings
Attributes of the object(s) to be loaded and returned
AttrsToCheckOut comma-separated strings
Attributes of the object(s) to be checked-out
Extras comma-separated load extra data
List of extra data for the object(s) to be loaded and returned
As object type name
Object type whose attributes are loaded and returned
RefAttrs comma-separated list of attribute types - specified using their full name
Attributes to be used to retrieve the list of referencing objects.
Spiked spiked objects handling value
How to handle spiked objects: ignore the difference spiked/non-spiked, load only non-spiked objects, load only spiked objects.
SubCheckOutAttrs comma-separated list of attribute types - specified using their full name
Attributes to be used to retrieve check-out informantion of referenced and children objects.
OnlyIdsAttrs comma-separated list of attribute types - specified using their full name
Children attributes that should be loaded only as ids.
Strict
Requests strict access: fail if any of the attributes to get is not readable or any of the attributes to check-out is not writable
Encoding character encoding (e.g. utf-8, iso-8859-1)
The character encoding to use for the returned XML. If not specified the system uses UTF-8.
Throw
If true throws an exception if any of the objects that match the search condition cannot be loaded due to insufficient access permissions