📄️ /libraries/export/begin/{solutionId}
Starts a task to export a library.
📄️ /libraries/begin
Starts a task to import a library.
📄️ /libraries/{libraryId}/{libraryVersion}
Deletes a library.
📄️ /libraries/assignments/{libraryId}/{libraryVersion}
Gets the list of solutions which have this library assigned.
📄️ /libraries/entity/{libraryId}/{libraryVersion}/{entityId}
Gets the entity from the library.
📄️ /libraries/export/result/{taskId}
Gets the file resulting from a library export task.
📄️ /libraries/folder/{libraryId}/{libraryVersion}
Gets the root folder of the specified library.
📄️ /libraries/folder/{libraryId}/{libraryVersion}/{folderId}
Gets the specified folder from the specified library.
📄️ /libraries/language-object/{libraryId}/{libraryVersion}/{languageObjectId}
Gets the language object from the library.
📄️ /libraries
Returns the list of libraries. Optionally the language can be specified.
📄️ /libraries/{libraryId}/{libraryVersion}
Returns a library.
📄️ /libraries/solution/{solutionId}/{version}
Returns the list of libraries assigned to a particular solution at a version.
📄️ /libraries/solution/{solutionId}
Returns the list of libraries assigned to a particular solution.
📄️ /libraries/solution/{solutionId}
Updates the list of libraries assigned to a particular solution.