API Documentation

Last Update: 28 December 2022

GET api/GenericWebSiteTrace



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of GenericWebSiteTrace
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

GenericWebSiteLocalID

integer

None.

HopID

integer

None.

Time1

integer

None.

Time2

integer

None.

Time3

integer

None.

IPAddress

string

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "ReportDate": "2024-11-21T06:20:44.8976693+00:00",
    "GenericWebSiteLocalID": 3,
    "HopID": 4,
    "Time1": 5,
    "Time2": 6,
    "Time3": 7,
    "IPAddress": "sample string 8",
    "RecordStatus": 9
  },
  {
    "$ref": "1"
  }
]