PositionSearch Data Type

Abstract Type
Subtypes
PositionSearchResults
Properties
name data type constraints description
to number required long
from number required long
limit number required int
offset number required int

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "to" : 12345,
  "from" : 12345,
  "limit" : 12345,
  "offset" : 12345
}