
* Adding endpoint docs and correcting some typesetting mistakes * Change qs params to match documentation * Splitting up articles to geneate the sidebar links properly' * Bad baseurl issue fixed in previous patch
24 lines
338 B
Markdown
24 lines
338 B
Markdown
---
|
|
title: Structures
|
|
anchor: structures
|
|
weight: 30
|
|
---
|
|
|
|
This section details what kind of data structures are returned by the json-api.
|
|
|
|
**IMPORTANT**: All structures are returned in [JSON form](https://www.json.org/json-en.html).
|
|
|
|
## General Data Notation
|
|
|
|
* u64
|
|
|
|
* Unsigned 64 bit integer
|
|
|
|
* i64
|
|
|
|
* Signed 64 bit integer
|
|
|
|
* String
|
|
|
|
|