Ryan Chichirico
01/29/2021, 3:18 PMvendors
? 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:
"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"
}
]