Response code 414 (Request-URI Too Large)
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?
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?
Not in the foreseeable future.