API made inside APEX fetching limited rows
Content
Hi team,
As I have created a table and an API whose operation is to get all the rows, the API is made using Restful Services inside APEX and the SQL query put is "select * from table name", but its unable to fetch all the rows as the number of rows inside the table is 71 and the number of rows that the API is fetching is of count 24. I have created APIs using APEX before using GET,POST and had no problems but am facing this issue for the first time.
Thanks and Regards
Ankan
0