Salesforce: How to automate report extraction as JSON/CSV
问题 I am new to Salesforce, but am an experienced developer. I am provided a link to a Salesforce report, which mostly has the right filters (query). I would like to use an REST API to pull that information as CSV or JSON so that I can do further processing on it. Here are my questions: Do I need special permissions to make API calls? What are they? Do I need to create an "app" with client-key & secret? Does my admin need to grant me permission for this too? There are a lot of REST APIs from