Objects
The Statistics endpoint returns an array of objects that can be StatisticItem, MapStatisticItem or RingStatisticItem :
-
StatisticItem
Object Properties: |
|
- name (string) – Item name
- type (string) – set to “StatisticItem”
- value (string) – Item value
|
-
MapStatisticItem
Object Properties: |
|
- name (string) – Item name
- type (string) – Set to “MapStatisticItem”
- value ([
SimpleStatisticItem ]) – Named values
|
-
RingStatisticItem
Object Properties: |
|
- name (string) – Item name
- type (string) – Set to “RingStatisticItem”
- size (integer) – Ring size
- value ([
SimpleStatisticItem ]) – Named values
|
Both MapStatisticItem and RingStatisticItem objects contains an array of SimpleStatisticItem
-
SimpleStatisticItem
Object Properties: |
|
- name (string) – Item name
- value (string) – Item value
|