GET v1/selDeviceWatch

Метод для отримання посилань на авто згенерованих акаунтом.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DeviceWatchAccount
NameDescriptionTypeAdditional information
accountID

integer

None.

key

string

None.

url

string

None.

name

string

None.

phone

string

None.

dateFrom

date

None.

dateTo

date

None.

lstDeviceWatch

Collection of DeviceWatch

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "accountID": 1,
    "key": "sample string 5",
    "url": "https://watch.gps-khm.net/?k=sample string 5",
    "name": "sample string 4; sample string 4",
    "phone": "sample string 8",
    "dateFrom": "2026-06-10T07:11:14.6217292+03:00",
    "dateTo": "2026-06-10T07:11:14.6217292+03:00",
    "lstDeviceWatch": [
      {
        "id": 1,
        "accountID": 2,
        "deviceID": 3,
        "name": "sample string 4",
        "key": "sample string 5",
        "fromDate": "2026-06-10T07:11:14.6217292+03:00",
        "toDate": "2026-06-10T07:11:14.6217292+03:00",
        "phone": "sample string 8"
      },
      {
        "id": 1,
        "accountID": 2,
        "deviceID": 3,
        "name": "sample string 4",
        "key": "sample string 5",
        "fromDate": "2026-06-10T07:11:14.6217292+03:00",
        "toDate": "2026-06-10T07:11:14.6217292+03:00",
        "phone": "sample string 8"
      }
    ]
  },
  {
    "accountID": 1,
    "key": "sample string 5",
    "url": "https://watch.gps-khm.net/?k=sample string 5",
    "name": "sample string 4; sample string 4",
    "phone": "sample string 8",
    "dateFrom": "2026-06-10T07:11:14.6217292+03:00",
    "dateTo": "2026-06-10T07:11:14.6217292+03:00",
    "lstDeviceWatch": [
      {
        "id": 1,
        "accountID": 2,
        "deviceID": 3,
        "name": "sample string 4",
        "key": "sample string 5",
        "fromDate": "2026-06-10T07:11:14.6217292+03:00",
        "toDate": "2026-06-10T07:11:14.6217292+03:00",
        "phone": "sample string 8"
      },
      {
        "id": 1,
        "accountID": 2,
        "deviceID": 3,
        "name": "sample string 4",
        "key": "sample string 5",
        "fromDate": "2026-06-10T07:11:14.6217292+03:00",
        "toDate": "2026-06-10T07:11:14.6217292+03:00",
        "phone": "sample string 8"
      }
    ]
  }
]