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