Small Improvements · Example Payload

Getuserusagestatisticsusingget Example

GET /v2/messages/{companyId}/usage-statistics

messages-resource

Getuserusagestatisticsusingget Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "getUserUsageStatistics",
  "operationId": "getUserUsageStatisticsUsingGET",
  "method": "GET",
  "path": "/v2/messages/{companyId}/usage-statistics",
  "tags": [
    "messages-resource"
  ],
  "description": "GET /v2/messages/{companyId}/usage-statistics",
  "parameters": {
    "companyId": "<value>",
    "endDate": "<value>",
    "includeDeactivated": "<value>",
    "startDate": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}