PositionSearch Data Type
- Abstract Type
- Subtypes
- PositionSearchResults
name | data type | constraints | description |
---|---|---|---|
limit | number | required int | |
offset | number | required int | |
to | number | required long | |
from | number | required long |
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{ "limit" : 12345, "offset" : 12345, "to" : 12345, "from" : 12345 }