Get a Stream

Use the following request to get a stream.

Request

GET /ws/v1/streams/inventory/F9F967B4-33804DCE-2BDC4702-45053B1C/temperature

Response

{
    "customer_id": 57639,
    "history_uri": "/ws/v1/streams/history/F9F967B4-33804DCE-2BDC4702-45053B1C/temperature",
    "id": "F9F967B4-33804DCE-2BDC4702-45053B1C/temperature",
    "last_update": "2022-02-01T22:04:13.916Z",
    "rollup_ttl": 2678400,
    "server_timestamp": "2022-02-01T22:04:13.802Z",
    "timestamp": "2022-02-01T22:04:13.802Z",
    "ttl": 2678400,
    "type": "LONG",
    "value": "71"
}