Gets paginated records, optionally changed after a particular sync count for a dataset and identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.
cognitosync_list_records(IdentityPoolId, IdentityId, DatasetName,
LastSyncCount, NextToken, MaxResults, SyncSessionToken)
[required] A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
[required] A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
[required] A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).
The last server sync count for this record.
A pagination token for obtaining the next page of results.
The maximum number of results to be returned.
A token containing a session ID, identity ID, and expiration.
svc$list_records( IdentityPoolId = "string", IdentityId = "string", DatasetName = "string", LastSyncCount = 123, NextToken = "string", MaxResults = 123, SyncSessionToken = "string" )
ListRecords can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call.