Google Script and API

I have limited experience with API and usually I can find an existing google script somewhere online and adjust it to work for what I need. However, there is limited example scripts to use for this. Can anyone help me get started? I am trying to get just a few fields downloaded into a spreadsheet.

Hi Rich,

If you look at our documentation, you’ll see on the right hand side underneath the Request label, there’s a generator that generates code to make API requests for a bunch of different languages. Note that it doesn’t provide examples on how to attach Basic Auth headers to your request, so you’ll need to figure that part out, but other than that you can find examples of how to make just about any request you could make to our API. I’d start from there. If you encounter further issues, please feel free to reach out to us again via this forum, and we’ll help you as best we can.

Thanks,
-Jeffrey