我希望获得一个具有特定时间期限的调用日志,但我不会从&获取URL中的参数。我总是能拿到最新的唱片。
https://api.twilio.com/2010-04-01/Accounts/{AccountSID}/Calls.json
有人能帮我传递&到目前为止,得到一个特定的时间持续时间调用日志吗?
参考网址:https://www.twilio.com/docs/usage/twilios-response#response-formats-list-paging-information
发布于 2020-06-01 16:35:45
试着做这样的事情:
https://api.twilio.com/2010-04-01/Accounts/{AccountSID}/Calls.json?StartTime%3E=2020-05-08T00%3A00%3A00Z&Status=completed&PageSize=100
https://stackoverflow.com/questions/62136271
复制相似问题