{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Forms API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Forms",
"type": "folder"
},
"items": [
{
"info": {
"name": "[preview] Get a List of Form Templates.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/preview/form-templates",
"params": [
{
"name": "ids",
"value": "",
"type": "query",
"description": "A comma-separated list containing up to 100 template IDs to filter on."
},
{
"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."
}
]
},
"docs": "Returns a list of the organization's form templates.\n\n Rate limit: 5 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read Preview** under the category when creating or editing an API token. Learn More.\n\nEndpoints in this section are in Preview. These APIs are not functional an"
}
]
}
],
"bundled": true
}