I am using Postman to test using a GET statement to extract some 'accounts' data. I have successfully returned an Access Token but am having issues with returning data. I always get, the error below whatever i try:
{
"error": "no_method",
"error_message": "Could not find a route with 1 elements"
}
The error sometimes returns 0 or 1 or 2 elements, everything else is the same. What am i doing wrong?
Andrew
Hi Andrew Chaplin,
It sounds like you are Getting A Record.
In Postman, after setting the header with the current OAuth token, I put the following in as a GET:
https://<instance>.com/rest/v10/Accounts/
This returns the records that appear in ListView in the Accounts module.
In order to speak to what you might be doing wrong, can you provide some examples of what you are trying?