{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Page API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Page",
"type": "folder"
},
"items": [
{
"info": {
"name": "[beta] Get a List of AEMP Equipment",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/beta/aemp/Fleet/:pageNumber",
"params": [
{
"name": "pageNumber",
"value": "",
"type": "path",
"description": "The number corresponding to a specific page of paginated results, defaulting to the first page if not provided. The default page size is 100 records."
}
]
},
"docs": "Get a list of equipment following the AEMP ISO 15143-3 standard.\n\n Rate limit: 5 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read AEMP** under the Equipment category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature"
}
]
}
],
"bundled": true
}