{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounting Codes API Health API", "version": "2023-12-15" }, "items": [ { "info": { "name": "API Health", "type": "folder" }, "items": [ { "info": { "name": "List API volume summary records", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/system-health/api-requests/volume-summary", "headers": [ { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" }, { "name": "Zuora-Track-Id", "value": "" } ], "params": [ { "name": "path", "value": "", "type": "query", "description": "Filters the volume summary by API path name.\n\nYou can refer to the api listed in the [API System Health Dashboard](https://knowledgecenter.zuora.com/Zuora_Central_Platform/Zuora_System_Health/B_APIs_dashboard) for the path name. Example: `/v1/accounts/{account-key}`.\n" }, { "name": "httpMethod", "value": "", "type": "query", "description": "Filters the volume summary by http method. Example: `POST`.\n" }, { "name": "startTime", "value": "", "type": "query", "description": "Start time of the volume summary.\n\nFormat: `yyyy-MM-dd'T'HH:mmZ` Example: `2022-09-22T09:07+0800`.\n" }, { "name": "endTime", "value": "", "type": "query", "description": "End time of the volume summary.\n\nFormat: `yyyy-MM-dd'T'HH:mmZ` Example: `2022-09-29T09:07+0800`.\n" } ] }, "docs": "Returns volume summary of [API](https://knowledgecenter.zuora.com/Central_Platform/API) usage that generated by your Zuora tenant within a specified time range.\n\nYou can filter the summary by API path name and http method.\n" } ] } ], "bundled": true }