Discussions
Can clients request “full historical” in one task?
2 months ago by Gopal Jha
Users can request full historical data by submitting the request with "first_page_only": false and an empty "last_review_hashes": [].
Example:
{
"first_page_only": false,
"last_review_hashes": []
}
