Tracking_Monitor

Get a Monitor

get/skynet/monitor/{id}

Path parameters

idstring required

ID of the monitor to be fetched. This is the same ID that was generated at the time of creating the monitor.

Query parameters

keystring 32 character alphanumeric string required
Example:key=API_KEY

A key is a unique identifier that is required to authenticate a request to the API.

Response

OK

statusstring

A string indicating the state of the response. On successful responses, the value will be Ok. Indicative error messages are returned for different errors. See the API Error Codes section below for more information.

messagestring

Displays the error message in case of a failed request. If the request is successful, this field is not present in the response.

Example response

{
  "data": {
    "monitor": {
      "updated_at": 1672124157,
      "created_at": 1672124157
    }
  }
}

Changes

Changed in 3 of the 15 revisions of this API.1515

  • 7ee76f0ff67955See the full diff
    • added the new enter enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new enter_and_exit enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new exit enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new idle enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new speeding enum value to the // response property for the response status

      response-property-enum-value-added

    • removed the enter_and_exit enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the enter enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the exit enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the idle enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the speeding enum value from the // response property for the response status

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • a800b73f11c155See the full diff
    • added the new enter_and_exit enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new enter enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new exit enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new idle enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new speeding enum value to the // response property for the response status

      response-property-enum-value-added

    • removed the enter enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the enter_and_exit enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the exit enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the idle enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the speeding enum value from the // response property for the response status

      response-property-enum-value-removed

  • b79d96775b1355See the full diff
    • added the new enter enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new enter_and_exit enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new exit enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new idle enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new speeding enum value to the // response property for the response status

      response-property-enum-value-added

    • removed the enter_and_exit enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the enter enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the exit enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the idle enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the speeding enum value from the // response property for the response status

      response-property-enum-value-removed