Troubleshooting
Get document count
Fetches document count for the specified custom datasource.
Tip: Use /debug//status for richer information.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Describes the request body of the /getdocumentcount API call
Datasource name for which document count is needed.
Response
200
application/json
OK
Describes the response body of the /getdocumentcount API call
Number of documents corresponding to the specified custom datasource.