I am new to API integration and working on a project associated with Mindbody API.
Take API documentation for getting clients' services as an example, as the picture shows, I had to specify the client's ID and program's ID to get the data. But this approach is limited to a single service related to a client only. However, what if I want ALL the services that ALL the clients ever had? What would be the most efficient approach to have a list for the parameters, ClientID and ProgramID?
enter image description here
(Mindbody API Documentation: https://developers.mindbodyonline.com/PublicDocumentation/V6)
Thank you in advance!