Skip to content

Commit

Permalink
end_time parameter added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramya-Raghu committed Oct 14, 2015
1 parent 073dc32 commit fd9726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voice/get_details/get_details_all.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static void main(String[] args) throws IllegalAccessException {
params.put("to_number", "2222222222");
params.put("limit", "2");
params.put("offset", "0");
parameters.put("end_time__gte","2015-07-26%2011%3A47" ); // Filter out calls according to the time of completion.
parameters.put("end_time__gte","2015-07-26 11:47" ); // Filter out calls according to the time of completion.

try {
// Send the message
Expand Down

0 comments on commit fd9726e

Please sign in to comment.