Use case 15: Get a particular page of extensions
Follow this example to get a particular page of extensions. This example allows you to get a portion of the extensions. You can get a page of extensions, where you can pass the page number and the size of the page.
Step
-
Call the API to get extensions.
For example, assume your page size is 50 and you want to get page number 2. You can pass the parameters as shown here:
GET /api/em/v2/datasources/<Data Source ID>/extensions?page=2&limit=50
Sample response:
See any of the extensions responses.