Documentation API Reference API Reference OverviewBasic information about the system.GET /api/content/UserBasic information about the current userGET /api/content/userDocumentGets the document containing all fields and additional system informationGET /api/content/docs/{documentReference}Creates a documentPOST /api/content/docsUpdates an existing documentPUT /api/content/docs/{documentReference}Updates an existing documentPATCH /api/content/docs/{documentReference}Gets an attachment as a streamGET /api/content/docs/{documentReference}/attachments/{id}StoreList of all storesGET /api/content/storesInformation about the storeGET /api/content/stores/{storeid}Lists documents to a store (filter)GET /api/content/stores/{storeid}/docs FileUploadUploads an attachment as a binary streamPOST /api/content/files/uploadDeletes a single attachment specified by its upload ID. This attachment must have been previously uploadedDELETE /api/content/files/upload/{id} SearchLists documents to a store (filter)GET /api/content/stores/{storeid}/docsSearch in store(s)POST /api/content/searchSchemaLists all schemasGET /api/content/schemasInformation about a specific schemaGET /api/content/schemas/{schemaName} Login via OpenID Connect Document