Retrieves document information for a tenant, including totalDocuments, stage, and recordType.
Tenant name
Instance URL
Module (clm, cc, cfs, xa)
User ID
User name
curl --request GET \--url https://idd_url/idd/api/v2/congasfdc/document/usage \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1{2"totalDocuments": 100,3"stage": {4"processing": {5"count": 2,6"label": "Processing"7},8"readyForReview": {9"count": 28,10"label": "Ready For Review"11},12"completed": {13"count": 70,14"label": "Completed"15}16},17"recordType": {18"<recordType1>": 55,19"<recordType2>": 4520}21}