Skip to main content
PUT
https://aodocs.altirnao.com
/
api
/
library
/
v1
/
plain
List libraries plain (alternative to List libraries)
curl --request PUT \
  --url https://aodocs.altirnao.com/api/library/v1/plain
{
      "kind": "aodocs#plainLibrary",
      "libraryId": "RnTG8PD8u8ZqTuDVHcv",
      "name": "my-DMS-lib-001",
      "lastModified": "1579005945318",
      "lastConfigModified": "1579005945318"
    },
    {
      "kind": "aodocs#plainLibrary",
      "libraryId": "Rngc1ug8K6WmL3IjZ8",
      "name": "my-sf-lib-005",
      "lastModified": "1579619340936",
      "lastConfigModified": "1579619340936"
    }
    ...

Method and API

Play with the API Explorer:

PUT /library/v1/plain

Usage/notes/guidelines

Request

There are no mandatory or recommended parameters to send.

Sample request

PUT https://aodocs.altirnao.com/api/library/v1/plain

Responses

The response returns an ApiPlainLibraryList resource, listing all libraries accessible to you on the domain, but only listing the following for each:
  • library name
  • library ID
  • modification dates
Take note of the libraryId of your target library. The library ID is one of the most commonly used identifiers in the AODocs APIs. Additional response fields to note:
  • name (of the library)
{
      "kind": "aodocs#plainLibrary",
      "libraryId": "RnTG8PD8u8ZqTuDVHcv",
      "name": "my-DMS-lib-001",
      "lastModified": "1579005945318",
      "lastConfigModified": "1579005945318"
    },
    {
      "kind": "aodocs#plainLibrary",
      "libraryId": "Rngc1ug8K6WmL3IjZ8",
      "name": "my-sf-lib-005",
      "lastModified": "1579619340936",
      "lastConfigModified": "1579619340936"
    }
    ...