technical-ivoryT
Refine11mo ago
18 replies
technical-ivory

How do I useManyLists?

I call my list endpoint with 2 query params, let's call them refTable and refID. I need to call the /getObjects for each entry of the following array.

const inputArray = [
{ refTable: "Pokemone", refID: "id1" },
{ refTable: "Animals", refID: "id2" },
]
Was this page helpful?