Skip to content

QueryAllAsync doesn't return all records #418

@mathishuettl

Description

@mathishuettl

Hello,

I use the following code, but I only get 2,000 records instead of all records, what do I do wrong?

client = new ForceClient(instanceUrl, accessToken, apiVersion);
var contentVersion = await client.QueryAllAsync<ContentVersion>("MY QUERY");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions