MettaCam API
  1. Device
MettaCam API
  • README
  • User
    • Login
      GET
    • Query user
      GET
  • Device
    • Device History Track
      GET
    • All Device Status(gps)
      GET
    • Get Device Status
      GET
    • Get Vehicle Status
      GET
    • Get User and Vehicle Info
      GET
  • Alarm
    • Query Device Alarm Info
      GET
    • Get Alarm Evidence(Image or Video)
      GET
    • Security Evidence Inquiry
      GET
  • Security
    • Security Evidence Inquiry
      POST
    • Evidence Query
      POST
  • Video streaming
    • Pull RTMP Live Streatming
    • H5 Live Streaming
      GET
    • Query History Video Files
      GET
  1. Device

Device History Track

Developing
Prod_Env
https://www.mettacam.com
Prod_Env
https://www.mettacam.com
GET
/StandardApiAction_queryTrackDetail.action

Request

Authorization
Add parameter in query
jsession
Example:
jsession: ********************
Query Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.mettacam.com/StandardApiAction_queryTrackDetail.action?devIdno=141059531937&begintime=2023-07-01 00:00:00&endtime=2023-07-01 23:59:59&toMap=1&geoaddress=1&jsession'

Responses

🟢200Success
application/json
Body

Example
{
    "result": 0,
    "tracks": [
        {
            "id": "string",
            "s1": 0,
            "s2": 0,
            "s3": 0,
            "s4": 0,
            "dn": "string",
            "sn": 0,
            "sp": 0,
            "ps": "string",
            "mlat": "string",
            "mlng": "string",
            "net": 0,
            "gw": "string",
            "ol": 0,
            "t1": 0,
            "t2": 0,
            "t3": 0,
            "t4": 0,
            "yl": 0,
            "hx": 0,
            "lng": 0,
            "lat": 0,
            "pk": 0,
            "lc": 0,
            "gt": "2019-08-24T14:15:22Z",
            "pt": 0,
            "dt": 0,
            "ac": 0,
            "ft": 0,
            "fdt": 0,
            "vid": "string",
            "lid": 0,
            "drid": 0,
            "dct": 0,
            "sfg": 0,
            "snm": 0,
            "sst": 0,
            "or": 0,
            "os": 0,
            "ov": 0,
            "ojt": 0,
            "ost": 0,
            "ojm": 0,
            "ef": 0,
            "p1": 0,
            "p2": 0,
            "p3": 0,
            "p4": 0,
            "p5": 0,
            "p6": 0,
            "p7": 0,
            "p8": 0,
            "p9": 0,
            "p10": 0,
            "lt": 0,
            "tsp": 0,
            "abbr": "string",
            "lg": 0,
            "ls": 0,
            "ct": 0,
            "ios": 0,
            "es": 0,
            "aq": 0,
            "adas1": 0,
            "adas2": 0,
            "dsm1": 0,
            "dsm2": 0,
            "bsd1": 0,
            "bsd2": 0,
            "fvs": 0,
            "dst": 0,
            "rfd": 0,
            "dvt": 0,
            "rft": 0,
            "fl": 0,
            "yn": 0,
            "cet": 0,
            "wc": 0,
            "tp": "string",
            "pss": "string",
            "driSw": 0,
            "driJn": "string",
            "driSwStr": "2019-08-24T14:15:22Z",
            "pu": 0,
            "pd": 0,
            "pc": 0,
            "jn": "string",
            "dinfo": "string"
        }
    ]
}
Modified at 2023-08-14 06:37:27
Previous
Query user
Next
All Device Status(gps)
Built with