PositionSearch Data Type

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

Example

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