Has anyone seen this response from sending a Suite...
# suitetalkapi
m
Has anyone seen this response from sending a SuiteQL query via REST:
Copy code
{
  "o:errorDetails": [
    {
      "detail": "Invalid search query. Detailed unprocessed description follows. Search error occurred: Invalid or unsupported search.",
      "o:errorCode": "INVALID_PARAMETER",
      "o:errorQueryParam": "q"
    }
  ],
  "status": 400,
  "title": "Bad Request",
  "type": "<https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1>"
}
I have confirmed that my SQL is in fact valid. I get this response 8 minutes after sending a request, so have a feeling it might actually be some sort of timeout but just a bad error message
a
I think the reason is that some fields can not be used in SuiteQL and I am searching to find how to get fields that can be.
m
yeah I posted on your thread
your issue is unrelated to mine, but I shared a link where you can find the fields available
👍 1