{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Exports API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Exports",
"type": "folder"
},
"items": [
{
"info": {
"name": "[beta] Return a PDF Export for a Form Submission.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/form-submissions/pdf-exports",
"params": [
{
"name": "pdfId",
"value": "",
"type": "query",
"description": "ID of the form submission PDF export."
}
]
},
"docs": "Returns a PDF export for a form submission. \n\n**Beta:** This endpoint is in beta and is likely to change before being broadly available. Reach out to your Samsara Representative to have Forms APIs enabled for your organization.\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Read Form Submissions** under the Closed Beta category when creating or editing an API "
},
{
"info": {
"name": "[beta] Create a PDF Export for a Form Submission.",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.samsara.com/form-submissions/pdf-exports",
"params": [
{
"name": "id",
"value": "",
"type": "query",
"description": "ID of the form submission to create a PDF export from."
}
]
},
"docs": "Creates a PDF export for a form submission. \n\n**Beta:** This endpoint is in beta and is likely to change before being broadly available. Reach out to your Samsara Representative to have Forms APIs enabled for your organization.\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write Form Submissions** under the Closed Beta category when creating or editing an API"
}
]
}
],
"bundled": true
}