Shared Data Types
Custom data types that are shared between services.
Pagination Summary
Used for paginating results.
Type | Key | Description |
---|---|---|
uint32 |
| The current offset |
uint32 |
| The number of entries to show per page |
uint32 |
| The number of items matching the request across all pages |
Precise
For non-negative numbers only.
Type | Key | Description |
---|---|---|
string |
| The full UNSIGNED integer in string form. Max value is |
Last updated