Skip to main content
I have created and updated a few Contacts and have also encoded start and end parameters

Following is my REST call

GET https://xxx.xxx.xxx/services/data/v49.0/sobjects/Contact/updated?start=2020-11-01T00%3A00%3A00%2B05%3A30&end=2020-11-06T14%3A56%3A00%2B05%3A30

But I keep getting 

[

    {

        "errorCode": "NOT_FOUND",

        "message": "The requested resource does not exist"

    }

]

What am I missing here ?

Thanks

Suhel

 
6 respuestas
0/9000