Query the Plant owner under a subordinate account
| Parameter | Description | Required |
|---|---|---|
| action | querySubUsrPlantOwners | True |
| page | Paging processing, page number, starting from 0. If this parameter is not passed, it is defaulted to 0 | False |
| pagesize | Paging processing, with 1 to 50 records per page. If this parameter is not passed, it defaults to 1 | False |
response:
The returned Plant owners are always arranged in reverse order of registration time.
| Parameter | Description | Required |
|---|---|---|
| total | Total number of records | True |
| page | Paging processing, which page | True |
| pagesize | Paging processing, number of records per page | True |
| plantOwner[x] | refer to Query account information | True |
Possible errors:
| Response erro code | Description | Details |
|---|---|---|
| 0x0006 | ERR_FORMAT_ERROR | Format error, parameter error |
| 0x0105 | ERR_NOT_FOUND_USR | Unable to find user |
| 0x000B | ERR_NO_PERMISSION | No permissions |