Metadata Collection REST Endpoints
Metadata Collection
The Metadata Collection API provides a way to manage custom metadata fields.
- Assign a Metadata Collection to a File
- Method: postPath:
/documents/api/1.2/files/{fileId}/metadata/{collectionName} - Assign a Metadata Collection to a Folder
- Method: postPath:
/documents/api/1.2/folders/{folderId}/metadata/{collectionName} - Assign Values to a File Metadata Collection
- Method: postPath:
/documents/api/1.2/files/{fileId}/metadata - Assign Values to a Folder Metadata Collection
- Method: postPath:
/documents/api/1.2/folders/{folderId}/metadata - Create Metadata Collection
- Method: postPath:
/documents/api/1.2/metadata/{collectionName} - Delete Metadata Collection
- Method: deletePath:
/documents/api/1.2/metadata/{collectionName} - Delete Values in a Folder Metadata Collection
- Method: deletePath:
/documents/api/1.2/folders/{folderId}/metadata - Delete Values in File Metadata Collection
- Method: deletePath:
/documents/api/1.2/files/{fileId}/metadata - Edit Field Status in a Metadata Collection
- Method: putPath:
/documents/api/1.2/metadata/{collectionName}/field - Edit Status or Fields in a Metadata Collection
- Method: putPath:
/documents/api/1.2/metadata/{collectionName} - Get Available Metadata Collection
- Method: getPath:
/documents/api/1.2/metadata - Get File Assigned Metadata Collections
- Method: getPath:
/documents/api/1.2/files/{fileId}/metadataFields - Get File Metadata Collection
- Method: getPath:
/documents/api/1.2/files/{fileId}/metadata - Get Folder Assigned Metadata Collections
- Method: getPath:
/documents/api/1.2/folders/{folderId}/metadataFields - Get Folder Metadata Collection
- Method: getPath:
/documents/api/1.2/folders/{folderId}/metadata - Get Metadata Collection Definition
- Method: getPath:
/documents/api/1.2/metadata/{collectionName} - Get Searchable Metadata Fields
- Method: getPath:
/documents/api/1.2/metadata/searchFields - Set Searchable Metadata Fields
- Method: postPath:
/documents/api/1.2/metadata/searchFields - Upload File
- Method: postPath:
/documents/api/1.2/files/data - Upload File Version
- Method: postPath:
/documents/api/1.2/files/{fileId}/data