Skip to main content
POST
https://aodocs.altirnao.com
/
api
/
search
/
v1
/
libraries
/
{libraryId}
/
count
POST https://aodocs.altirnao.com/api/search/v1/libraries/RrVcEFb8wtDeNAnlmNN/count?classId=RrVcdN280MKJwPyE7sh
{
  "kind": "aodocs#documentCount",
  "count": 12
}
Note:This is available only to library administrators.

Method and API

Play with the API Explorer:

POST /search/v1/libraries/\{libraryId\}/count

Usage/notes/guidelines

Request

libraryId is a path parameter. It is the only mandatory parameter. However, using the classId helps narrow the response to documents of a specific class you want.
POST https://aodocs.altirnao.com/api/search/v1/libraries/RrVcEFb8wtDeNAnlmNN/count?classId=RrVcdN280MKJwPyE7sh

Response

The response returns an ApiDocumentCount resource, giving a count of all documents associated with the specified library (and class if you specified the classId).
{
  "kind": "aodocs#documentCount",
  "count": 12
}