-
Notifications
You must be signed in to change notification settings - Fork 215
When using the Usage API the uri field in response contains /todo.jsp #1689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, had a quick look, seems to be from here |
@abdulazizali77 sounds great, please by all means do take those issues ! |
Done! Ill followup with PRs by the end of the week! (hopefully) |
@abdulazizali77 awesome. Assigned to you ! |
… in Uri. Pass in Uri and rewrite Uri in sql query
…so mybatis will map it to Long
…te to passed in parameters
…nt append '.json'
…ldb bug. Remove GREATEST,LEAST and IFNULL
…AST in mysql queries
…AllTime DATE_FORMAT
See
True for both Daily and Monthly
curl --user 'ACXXX:YYYYY' 'https://cloud.restcomm.com/restcomm/2012-04-24/Accounts/ACXXXX/Usage/Records/Monthly.json?EndDate=2016-12-31&StartDate=2016-12-01&Category=CALLS'
[
{
"category": "calls",
"description": "Total Calls",
"account_sid": "ACXXX",
"start_date": "2016-12-02",
"end_date": "2016-12-31",
"usage": "12402",
"usage_unit": "minutes",
"count": "638",
"count_unit": "calls",
"price": "0",
"price_unit": "USD",
"uri": "/todo.json"
}
The text was updated successfully, but these errors were encountered: