An API to retrieve specific submissions or the entire submission list using filters such as authId, startDate, and endDate for efficient data retrieval.
Used for retrieving a specific submission. If authId is provided, only the corresponding submission is returned; otherwise, the full list is retrieved.
Specifies the number of data entries to retrieve (minimum 1, maximum 2,000). If not provided, the default value is 2,000.
Maximum retrieval limit: A single request can retrieve up to 2,000 entries.
Fetching additional data: If more data is available, the response includes the nextPage_key object.
To continue retrieving data, use nextPage_key’s authId as nextKey_id and createTime as nextKey_date in the next request.