Name
|
Type
|
Description
|
queryEntityType | xsd:string |
Name of the type of object to be returned. The exact list of queryable
data objects is defined here: Queryable Data
Objects
|
filter | QueryFilter |
Any filter criteria for this query.
- This property need not be set.
|
sortBy | xsd:string |
Member names to sort by, if any. This attribute must be able to be
filtered upon and be one of these types:
- xsd:boolean
- xsd:int
- xsd:long
- xsd:string
- xsd:dateTime
- EntityId
- This property need not be set.
|
sortDescending | xsd:boolean |
Sort order: false (ascending) by default.
- This property need not be set.
|
startingOffset | xsd:int |
0-based starting offset for returned results, defaults to 0.
- This property need not be set.
|
limit | xsd:int |
Maximum count of items this query should produce, defaults to all.
- This property need not be set.
|
maxPageSize | xsd:int |
Maximum page size to return (the server may use a smaller size).
- This property need not be set.
|