Dicken George
2018-06-18 13:44:29 UTC
In the rest api salesforce documentation, the standard query function is
done so
/vXX.X/query/?q=*SOQL query*
According to the salesforce documentation, when there are larger queries
with more than 200 records the query function allows us to query the next
set of 200 records by querying so.
/vXX.X/query/*query identifier*
You can find more information on this topic over here:
https://developer.salesforce.com/docs/atlas.en-us.206.0.api_rest.meta/api_rest/resources_query.htm
however as i understand from the camel-salesforce library, this function is
currently not implemented with the version camel-salesforce v2.22.0.
My question is:-
Are you planning to implement this function for the future?
Is there any other method we can query more than 200 records from
salesforce from the camel-salesforce library?
Thank you for your reply.
Kind regards
done so
/vXX.X/query/?q=*SOQL query*
According to the salesforce documentation, when there are larger queries
with more than 200 records the query function allows us to query the next
set of 200 records by querying so.
/vXX.X/query/*query identifier*
You can find more information on this topic over here:
https://developer.salesforce.com/docs/atlas.en-us.206.0.api_rest.meta/api_rest/resources_query.htm
however as i understand from the camel-salesforce library, this function is
currently not implemented with the version camel-salesforce v2.22.0.
My question is:-
Are you planning to implement this function for the future?
Is there any other method we can query more than 200 records from
salesforce from the camel-salesforce library?
Thank you for your reply.
Kind regards
--
Dicken George
Dicken George