You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to call the list method for deals using select, including about a dozen field names, including custom ones. However, I am encountering the following error.
Using select: ['*', 'UF_'] leads to an undesired inflation of the response to the query, which is highly undesirable.
Any possible solutions?
The text was updated successfully, but these errors were encountered:
Hello! Currently, the requests are being sent to the API via HTTP GET, which imposes a limit on the number of parameters. I'm afraid using a wildcard selector is the only option.
Hello! Currently, the requests are being sent to the API via HTTP GET, which imposes a limit on the number of parameters. I'm afraid using a wildcard selector is the only option.
Thank you for your reply! Perhaps you are planning to make changes and implement a POST request?
Good day!
I'm trying to call the list method for deals using select, including about a dozen field names, including custom ones. However, I am encountering the following error.
Using select: ['*', 'UF_'] leads to an undesired inflation of the response to the query, which is highly undesirable.
Any possible solutions?
The text was updated successfully, but these errors were encountered: