Skip to main content Skip to complementary content

Sorting

Some parameters in the paths are optional. This section describes how to use the sorting parameters.

Syntax

The sorting syntax is as follows:

[property]

[property], [property] ...

[property] [order operator]

[property] [order operator], [property] [order operator] ...

Order operators

The following table lists the order operators.

Order operators
Operator Description
asc Ascending (default)
desc Descending

Examples

Sorting examples:

  • ServiceType
  • Status, FinishedAt desc
  • Organization asc, Name
  • Organization asc, Name desc

URL example: Get all as condensed path

https://<QRS machine name>:4242/qrs/user?Xrfkey=abcdef123456&orderby=Name asc

Get all as condensed

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!