rehive.account_definitions.get()
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "name": "string",
- "label": "string",
- "recon": true,
- "groups": [
- {
- "group": {
- "name": "string",
- "label": "string",
- "section": "system"
}, - "default": true,
- "primary": true,
- "currencies": [
- {
- "currency": null,
- "created": null,
- "updated": null
}
], - "created": 0,
- "updated": 0
}
], - "updated": 0,
- "created": 0
}
]
}
}
rehive.account_definitions.get("{id}")
{- "status": "string",
- "data": {
- "name": "string",
- "label": "string",
- "recon": true,
- "groups": [
- {
- "group": {
- "name": "string",
- "label": "string",
- "section": "system"
}, - "default": true,
- "primary": true,
- "currencies": [
- {
- "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "created": 0,
- "updated": 0
}
], - "created": 0,
- "updated": 0
}
], - "updated": 0,
- "created": 0
}
}