Handling different filters formats across different endpoints
Hi!
I am using two endpoints in the v3 API:
1. The "lists" one where I get an object type ID and the filters of a list
2. The "objects/X/search" endpoint that helps me query the list's data absed on the object type ID and the filters from a the previous request.
The problem is that the filter format that returns from the "lists" request is different than the expected one in the "objects/X/search" one. Thus, I can't use the given format in the second request.
Is there a way to use one format for both? Or shouldI work on a way to convert it myself?
Handling different filters formats across different endpoints
Hey, @CRnD👋 Can you share an example of the response for your first call along with a simple request for your second call, please? Along with the full error body? Having more info can help our community members with answering your question.