Literal values can be delimited by double quotes or single quotes. If there are no whitespace characters in the literal, quotes can also be omitted. The following two expressions are also valid.
[State='Assigned']
[State=Assigned]
Optional parameters
gt=value
For adding a WHERE 'order by field' > 'value' statement to the report to be executed.
gtddid=last_Identity_value_from_last_request
Requires specification of parameter rowcount. Do not use with parameter page.
orderby=name/property/identity
(Or other field available by default.) To specify how records should be ordered.
page=numeric
Page number; requires specification of parameter rowcount.
rowcount=maximum number of items to return
These parameters are specified like this:
query url...&rowcount=n
query url...&rowcount=n>ddid=n
Example
Return all application definitions whose rank >0 (that is, greater than 0) and build cost is greater than 100: