HTTP API Process name: Sort
Sorts Items by a value.
Process JSON
{ "Operation": "Item.Sort", "PropertyMap": { "_bAscending@": "1" "_expression@": "_FC& IN (1,2,3)" } }
Property Descriptions
Note: Properties shown in RED are mandatory.
Ascending
Should the Items be sorted in ascending order of the values, or descending order (the default value is ascending)?
Expression
The sort value, as a simple property name, or as an expression, eg '_id&' or '0.5*(_ox#+oy#)'