Querying Datalogger Based on GPRS Communication
| Parameter | Description | Required |
|---|---|---|
| action | queryGprsCollector | True |
| pn | Datalogger number, fuzzy search | False |
| ccid | GPRS-CCID, fuzzy search | False |
| load | The Datalogger is loaded with data. If this parameter is not passed, it indicates that it does not care | False |
| page | Paging processing, page number, starting from 0. If this parameter is not passed, it is defaulted to 0 | False |
| pagesize | Paging processing, the number of data collectors per page, ranging from 1 to 50. If this parameter is not passed, it is defaulted to 1 | False |
response:
| Parameter | Description | Required |
|---|---|---|
| total | Total number of records | True |
| page | Paging processing, which page | True |
| pagesize | Paging processing, number of records per page | True |
| collector[x] | refer to Query Datalogger information | True |
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0101 | ERR_NOT_FOUND_COLLECTOR | Device not found |