What is the maximum amount of classification information can be retrieved using API ?
Applies to
- BlueXp Connector
- Cloud Data sense
- API Limit
Answer
As per engineering, It's limited to 10000 ID's only as this is hard coded.
Partner Notes
partnerNotes_text
Additional Information
additionalInformation_text
Internal Notes
MAX_PAGINATION_SIZE = 10000
DEFAULT_SCROLL_SIZE = 1000
DEFAULT_SEARCH_AFTER_WITH_PIT_SIZE = 10000
# Limit for ids amount that can be send for bulk actions
BULK_REQUEST_LIMIT_IDS = 10000
