How to Create a Get Request to Process Through All Paginated Pages with Limited Coding Experience?

now that the full response is being returned, you probably need to do this: projects = projects.concat(response.data);