Metadata Collection REST Endpoints

Metadata Collection
The operations from the Metadata Collection category.
Assign a Metadata Collection to a File
Method: post
Path: /documents/api/1.2/files/{fileId}/metadata/{collectionName}
Assign a Metadata Collection to a Folder
Method: post
Path: /documents/api/1.2/folders/{folderId}/metadata/{collectionName}
Assign Values to a File Metadata Collection
Method: post
Path: /documents/api/1.2/files/{fileId}/metadata
Assign Values to a Folder Metadata Collection
Method: post
Path: /documents/api/1.2/folders/{folderId}/metadata
Create Metadata Collection
Method: post
Path: /documents/api/1.2/metadata/{collectionName}
Delete Metadata Collection
Method: delete
Path: /documents/api/1.2/metadata/{collectionName}
Delete Values in a Folder Metadata Collection
Method: delete
Path: /documents/api/1.2/folders/{folderId}/metadata
Delete Values in File Metadata Collection
Method: delete
Path: /documents/api/1.2/files/{fileId}/metadata
Edit Fields in a Metadata Collection
Method: put
Path: /documents/api/1.2/metadata/{collectionName}/field
Edit Metadata Collection
Method: put
Path: /documents/api/1.2/metadata/{collectionName}
Get Available Metadata Collections
Method: get
Path: /documents/api/1.2/metadata
Get File Assigned Metadata Collections
Method: get
Path: /documents/api/1.2/files/{fileId}/metadataFields
Get File Metadata Collection
Method: get
Path: /documents/api/1.2/files/{fileId}/metadata
Get Folder Assigned Metadata Collections
Method: get
Path: /documents/api/1.2/folders/{folderId}/metadataFields
Get Folder Metadata Collection
Method: get
Path: /documents/api/1.2/folders/{folderId}/metadata
Get Metadata Collection Definition
Method: get
Path: /documents/api/1.2/metadata/{collectionName}
Get Searchable Metadata Fields
Method: get
Path: /documents/api/1.2/metadata/searchFields
Set Searchable Metadata Fields
Method: post
Path: /documents/api/1.2/metadata/searchFields
Upload File
Method: post
Path: /documents/api/1.2/files/data
Upload File Version
Method: post
Path: /documents/api/1.2/files/{fileId}/data