rehive.subtypes.get()
{- "status": "string",
- "data": [
- {
- "id": 0,
- "name": "string",
- "label": "string",
- "description": "string",
- "tx_type": "credit",
- "usage_type": "partner",
- "partner": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "created": 0,
- "updated": 0
}
]
}
rehive.subtypes.get("{id}")
{- "status": "string",
- "data": {
- "id": 0,
- "name": "string",
- "label": "string",
- "description": "string",
- "tx_type": "credit",
- "usage_type": "partner",
- "partner": {
- "id": 0,
- "name": "string",
- "label": "string",
- "tx_type": "credit"
}, - "created": 0,
- "updated": 0
}
}