{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Types API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Types",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get DVIR Defect Types.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/defect-types",
"params": [
{
"name": "after",
"value": "",
"type": "query",
"description": " If specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The limit for how many objects will be in the response. Default and max for this value is 512 objects."
},
{
"name": "ids",
"value": "",
"type": "query",
"description": "A filter on the data based on this comma-separated list of defect type IDs."
}
]
},
"docs": "Get DVIR defect types.\n\n Rate limit: 5 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read Defect Types** under the Maintenance category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as fee"
}
]
}
],
"bundled": true
}