Hi there, Has anyone had success with the beta RES...
# suitetalkapi
r
Hi there, Has anyone had success with the beta REST API getting a list of
vendors
? The docs state that
GET /record/v1/vendor
should return the whole list with optional query params such as :
limit, q, offset
. Whenever I try to run the API call I receive the following error:
Copy code
"title": "Bad Request",
    "status": 400,
    "o:errorDetails": [
        {
            "detail": "Invalid search query. Detailed unprocessed description follows. Search error occurred: Record 'vendor' was not found.",
            "o:errorQueryParam": "q",
            "o:errorCode": "INVALID_PARAMETER"
        }
    ]