Using the API to pull Asset/Ticket Views I am working on setting up a Google App Script to help pull data on a schedule into a Sheet (similar to this other community post). In this case though I have two views setup (one for assets and one for tickets). I think I have something that might work but this is well outside my wheelhouse and was wondering if anyone in the community has done this/could check my script.This one is for tickets and I’d just swap the view IDs, module, product ID, and sheet name:function pullTicketsPost() { const API_KEY = 'YOUR_API_KEY'; const VIEW_ID = 'YOUR_TICKET_VIEW_ID'; // The Product ID for the Tickets module const PRODUCT_ID = '88df910c-91aa-e711-80c2-0004ffa00010'; // URL targeting the Tickets module with a high result count to minimize paging const URL = 'https://bisd303.incidentiq.com/api/v1.0/tickets?$s=5000'; // Constructing the payload to filter by the specific View ID [1] const payloadData = JSON.stringify({ "ProductId": PRODUCT_ID, "Filters": [ { "Facet": "Vie