I created a new custom service and a service group (auto deploy : yes). I also created a class with a method that retrieves the customer ids. and i added this method in the service.
i made a job to make sure that my method return customer ids and it did return successfully.
Now i put the following URL: https://YouInstanceUrl/api/services/ServiceGroupTest/TestService/getCustomerId
when i open the file i don't get any customer ids why is that?