RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
244 stars 215 forks source link

No paging in Application REST API #2526

Open otsakir opened 7 years ago

otsakir commented 7 years ago

There is no paging in the Aplication REST api. No filters are supported in the request query. All applications for an account are returned in a single, potentially large, response.

ddhuy commented 6 years ago

Hi @otsakir , for the filter in query. Please check this PR. You can filter the applications by its friendly name.

About the paging, please can you describe a little more. Then I will try to make some code change here.

otsakir commented 6 years ago

Hi @ddhuy . Let me check with the core team that takes care of the API issues...