Rest Api Functionality

0
 How will we  limit the list of record which we are getting through REST API?
asked
1 answers
0

That depends entirely on the design of the API.

Most commonly you'll find that you can send parameters in the URL where you can state the amount of records you'll want to receive.

answered