GET api/APPTrackerLink?deviceId={deviceId}&securityKey={securityKey}&appModel={appModel}&appVersion={appVersion}&trackerName={trackerName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceId | string |
Required |
|
| securityKey | string |
Required |
|
| appModel | string |
Required |
|
| appVersion | string |
Required |
|
| trackerName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
APPTrackerConnectResult| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerKey | globally unique identifier |
None. |
|
| AccountKey | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| Error | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorDescription | string |
None. |
|
| Warnings | string |
None. |
|
| AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"TrackerKey": "f2b5e54a-4ee2-4b03-9d26-011bd3ed2c25",
"AccountKey": "35c8ff3c-4825-4cca-b1d6-c6f5f2e26afc",
"CompanyName": "sample string 3",
"Error": true,
"ErrorCode": "sample string 5",
"ErrorDescription": "sample string 6",
"Warnings": "sample string 7",
"AccessGranted": true
}