GET api/ApiClient/GetSupervisionLink?pointCode={pointCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pointCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LinkResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2"
}