This method allows you to search for target libraries on your domain with string queries (including quoted phrases) as well as several parameters to help narrow the scope. Without them, what comes back in the response is the full list of libraries available to you.
Documentation Index
Fetch the complete documentation index at: https://api.aodocs.com/llms.txt
Use this file to discover all available pages before exploring further.
query query parameter is what ultimately determines what results come back, filtering them on a text string. You can search for the following:query query parameter finds big blue document, but sending “big document” as a phrase does not.userSuperAdminAccess’s default value of false to true to elevate your privileges to return libraries accessible to all domain administrators.ADMIN of. For example, if you want to know which libraries you’re authorized to import content into, then you don’t want to consider libraries you only have READER privileges for (since you can’t import at that level).true, returns just this user’s favorite libraries.NAME (ascending)LAST_ACCESSED (descending)TASK_COUNT (descending)FAVORITE_FIRSTorderBy parameter bears a performance penalty and has a limit of 10,000 results. Check the incompleteResults flag in the response.20)You can choose an arbitrary number of results to display, up to 1000.false)If you don’t specify this parameter, the result will contain a totalResultCount field that is an estimate of the total number of results matching your query (not only for the current page). The estimatedResultCount field in the response will be set to true.This is the default behavior: the query is usually much faster when all it has to do is estimate the total number of results (instead of counting). The downside is that it’s just an estimate — within about an order of magnitude — so the higher the values, the more significant the divergence.If requirePreciseResults is set to true, then up to 25,000 results, the response’s totalResultCount will contain the exact number of results that match your initial request, and beyond that, it’ll contain an estimate. The estimatedResultCount will be set to true in either case.nothing)If you want information in addition to the default nothing setting, change the include parameter to one of the following:STATISTICS (only for domain administrators)LABELSIS_FAVORITELAST_ACCESSEDTASK_COUNTnextPageToken from the last response (keeping all other parameter values exactly the same).name and id.
libraryId of your target library. The library ID is one of the most commonly used identifiers in the AODocs APIs.
Additional fields to note:
name (of the library)defaultDocumentType (the library’s default class ID)rootFolderId (the ID of the topmost level of the library’s hierarchy)favorited (whether or not the library is starred as a favorite)libraryId in UIlibraryId of your target library inside the AODocs UI. Go to your homepage > My libraries by clicking on the “My libraries” link in the upper left corner of most pages:

LibraryId_ (up to and excluding the next slash):
/LibraryId_<libraryId>
/LibraryId_RnTG8PD8u8ZqTuDVHcv
Learn more about navigating homepages inside your AODocs and specific libraries.