Sort Field (Core Services)
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Indicates which field the items in a collection should be sorted by. The following values are accepted:
-
ID The returned items are sorted lexicographically by their "Id" field.
-
Name The returned items are sorted lexicographically by their "Name" field.
-
Type The returned items are sorted lexicographically by their "Type" field.
-
StartTime The returned items are sorted chronologically by their "StartTime" field.
-
EndTime The returned items are sorted chronologically by their "EndTime" field.
The order in which the items are returned may be specified by the Sort Order parameter.