This API is used to get general information of a master account.
Including number of active devices, number of assigned devices, owned fleet list, plan types
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "active_devices": 0,
- "assigned_devices": 0,
- "device_assigned": {
- "tags": { },
- "current": {
- "assigned_devices": 0,
- "total_devices": 0,
- "all": [
- {
- "plan_type": "string",
- "total": 0
}
], - "excludeNoInit": [
- {
- "plan_type": "string",
- "total": 0
}
]
}, - "yesterday": {
- "assigned_devices": 0,
- "total_devices": 0,
- "all": [
- {
- "plan_type": "string",
- "total": 0
}
], - "excludeNoInit": [
- {
- "plan_type": "string",
- "total": 0
}
]
}
}, - "fleet_list": [
- {
- "total": 0,
- "total_devices": 0,
- "name": "string",
- "fleet_id": 0
}
], - "plan_types": {
- "current": {
- "assigned_devices": 0,
- "total_devices": 0,
- "all": [
- {
- "plan_type": "string",
- "total": 0
}
], - "excludeNoInit": [
- {
- "plan_type": "string",
- "total": 0
}
]
}, - "yesterday": {
- "assigned_devices": 0,
- "total_devices": 0,
- "all": [
- {
- "plan_type": "string",
- "total": 0
}
], - "excludeNoInit": [
- {
- "plan_type": "string",
- "total": 0
}
]
}
}, - "statistics": [
- null
], - "total_devices": 0
}
}