function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alek Mesarovich 9Alek Mesarovich 9 

Can't get REST calls for deleted or updated to work

I'm new to the SF world but have gotten a bunch REST API calls for "q/SELECT... " queries to work. Trying now to move on to "get deleted" and "get updated". Neither of which seems to be working.

Here's my call: 

https://na30.salesforce.com/services/data/v29.0/sobjects/Lead/deleted/?start=2016-06-27T09%3A07%3A36.195-0500&end=2016-06-27T09%3A37%3A18.656-0500

The response is:

Invalid response: HTTP/1.1 400 Bad Request

changing "deleted" to "updated" gets exactly the same result.

I did an "sobjects" call and my Lead object does have "replicateable":true set which the doc implied was necessary.

Where's my mistake?