Difference between revisions of "NPS-API"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[File:Datasheet250.png|200px|thumb|right|Datasheet250 NPS-API NP Tracker suspect vehicle API interface]]<br> | [[File:Datasheet250.png|200px|thumb|right|Datasheet250 NPS-API NP Tracker suspect vehicle API interface]]<br> | ||
− | {{warning|1=This is the | + | {{warning|1=This is the developer's corner to aid in integrating our RESTfull API into their apps.}} |
− | |||
− | |||
− | |||
== Interface == | == Interface == | ||
+ | This is a [[REST]]ful endpoint using HTTP GET.<br> | ||
+ | Available to any device/server on the internet. | ||
== Usage == | == Usage == | ||
+ | To use this endpoint you will need a valid API-KEY available after registration on [[NPS-CLOUD]].<br> | ||
+ | See our API documentation page for advance help and examples on using this endpoint. | ||
+ | === Parameters === | ||
+ | ==== cmd ==== | ||
+ | ===== add ===== | ||
+ | ===== demo ===== | ||
+ | ===== ping ===== | ||
+ | ===== nps ===== | ||
+ | ===== mute ===== | ||
+ | ===== unmute ===== | ||
+ | ==== str ==== | ||
+ | ==== token ==== | ||
+ | ==== id ==== | ||
+ | ==== trim ==== | ||
+ | ==== history ==== | ||
== Output == | == Output == | ||
+ | We provide a JSON formatted output of the results available from this API endpoint. | ||
+ | === id === | ||
+ | === response_ms === | ||
+ | === plate === | ||
+ | === desc === | ||
+ | === last_date === | ||
+ | === report_date === | ||
+ | === result === | ||
+ | === version=== |
Revision as of 10:11, 5 April 2019
Warning: This is the developer's corner to aid in integrating our RESTfull API into their apps. |
Contents
Interface
This is a RESTful endpoint using HTTP GET.
Available to any device/server on the internet.
Usage
To use this endpoint you will need a valid API-KEY available after registration on NPS-CLOUD.
See our API documentation page for advance help and examples on using this endpoint.
Parameters
cmd
add
demo
ping
nps
mute
unmute
str
token
id
trim
history
Output
We provide a JSON formatted output of the results available from this API endpoint.