An API to retrieve specific submissions or the entire submission list using filters such as authId, startDate, and endDate for efficient data retrieval.
authId
is provided, only the corresponding submission is returned; otherwise, the full list is retrieved.yyyy-mm-dd
format). To filter data within a specific period, both startDate
and endDate
must be provided.yyyy-mm-dd
format).authId
value from the nextPage_key
object in the response of the previous request.createTime
value from the nextPage_key
object in the response of the previous request.nextPage_key
object.
To continue retrieving data, use nextPage_key
’s authId
as nextKey_id
and createTime
as nextKey_date
in the next request.Error Code | Description |
---|---|
faceAuth_project not found | The submitted API-Key does not match any valid project. Please check if your API-Key is correct. |