action clearblade_get_counts_dev { label: "AUDIT - Get counts" description: "Gets total number of changes made to assets across all systems on the instance. This endpoint is for Admin and Dev." provider: clearblade method: GET path: "/admin/audit/{systemKey}/count" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }