Reply
Regular Visitor
dnd.datahub.dev
Posts: 1
0

all rows equivalent for REST API

[ Edited ]

Hello,

I'm using SalesForce REST API to fetch information from salesforce but, as Activities (tasks and events) are being archived based on
https://help.salesforce.com/HTViewHelpDoc?id=activities_archived.htm&language=en_US

how can I fetch archived activities? Is there any equivalent for the "all rows" for SOQL?

Executing SOQL query
"select id from task all rows"
does not work as REST API does not support "all rows"


Regards