URI


A URI uniquely identifies resources and directs the server to perform a specified operation. URIs often include:

As an example,

/data contains general endpoint to access all data.
/data/latest retrieves the latest data record.
/data/{device_id} retrieves data specific to a particular device, identified by device_id.