Calculators
Get All Calculators
Calculators
Get All Calculators
Fetches all existing calculators
GET
/
calculators
curl --request GET \
--url https://app.activecalculator.com/api/v1/calculators \
--header 'x-ac-api-key: <api-key>'
"{\n \"data\": [\n {\n \"id\": \"calculator123\",\n \"createdAt\": \"2024-08-11T20:45:07.966Z\",\n \"updatedAt\": \"2024-08-11T20:45:07.966Z\",\n \"name\": \"Example Calculator\",\n \"slug\": null,\n \"workspaceId\": \"workspace456\",\n \"folderId\": \"folder789\",\n \"status\": \"draft\",\n \"elements\": [],\n \"layouts\": {\n \"lg\": [],\n \"md\": [],\n \"sm\": []\n },\n \"variables\": [],\n \"submitActions\": {},\n \"themeId\": \"default\",\n \"templateVisibility\": null,\n \"templateCalculatorId\": null,\n \"clonesCount\": 0,\n \"impressionsCount\": 0,\n \"lastImpressionAt\": null,\n \"submissionsCount\": 0,\n \"lastSubmissionAt\": null,\n \"newElementCount\": {}\n }\n ]\n}"
Authorizations
Query Parameters
The maximum number of calculators to return
The number of calculators to skip before starting to return results
Response
200
application/json
200
Example:
"calculator123"
Example:
"2024-08-11T20:45:07.966Z"
Example:
"2024-08-11T20:45:07.966Z"
Example:
"Example Calculator"
Example:
"workspace456"
Example:
"folder789"
Example:
"draft"
Example:
"default"
Example:
0
Example:
0
Example:
0
Was this page helpful?
curl --request GET \
--url https://app.activecalculator.com/api/v1/calculators \
--header 'x-ac-api-key: <api-key>'
"{\n \"data\": [\n {\n \"id\": \"calculator123\",\n \"createdAt\": \"2024-08-11T20:45:07.966Z\",\n \"updatedAt\": \"2024-08-11T20:45:07.966Z\",\n \"name\": \"Example Calculator\",\n \"slug\": null,\n \"workspaceId\": \"workspace456\",\n \"folderId\": \"folder789\",\n \"status\": \"draft\",\n \"elements\": [],\n \"layouts\": {\n \"lg\": [],\n \"md\": [],\n \"sm\": []\n },\n \"variables\": [],\n \"submitActions\": {},\n \"themeId\": \"default\",\n \"templateVisibility\": null,\n \"templateCalculatorId\": null,\n \"clonesCount\": 0,\n \"impressionsCount\": 0,\n \"lastImpressionAt\": null,\n \"submissionsCount\": 0,\n \"lastSubmissionAt\": null,\n \"newElementCount\": {}\n }\n ]\n}"