Get Usage
GET {{aws_api_gateway_base_url}}/usageplans/q2hrol/usage?keyId&startDate&endDate&limit
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
keyId | null | The Id of the API key associated with the resultant usage data. | |
startDate | null | [Required] The starting date (e.g., 2016-01-01) of the usage data. | |
endDate | null | [Required] The ending date (e.g., 2016-12-31) of the usage data. | |
limit | null | The maximum number of returned results per page. The default value is 25 and the maximum value is 500. |