{ "opencollection": "1.0.0", "info": { "name": "Samsara Reefer API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reefer", "type": "folder" }, "items": [ { "info": { "name": "List Stats for a Given Reefer", "type": "http" }, "http": { "method": "GET", "url": "https://api.samsara.com/v1/fleet/assets/:asset_id/reefer", "params": [ { "name": "asset_id", "value": "", "type": "path", "description": "ID of the asset. Must contain only digits 0-9." }, { "name": "startMs", "value": "", "type": "query", "description": "Timestamp in milliseconds representing the start of the period to fetch, inclusive. Used in combination with endMs." }, { "name": "endMs", "value": "", "type": "query", "description": "Timestamp in milliseconds representing the end of the period to fetch, inclusive. Used in combination with startMs." } ] }, "docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nFetch the reefer-specific stats of an asset. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a " } ] } ], "bundled": true }