Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Using REST APIs to Add Records
  10. Using REST APIs to Upload Files

REST APIs for Files

REST APIs for Files

You can use a set of general purpose REST APIs to upload and manage files for attachments or localization.
The following table lists the REST APIs for files:
REST API
Description
Supported Storage Type
List File Metadata
Returns list of file metadata in a storage.
BPM or TEMP
Create File Metadata
Creates metadata for a file in a storage.
DB or TEMP
Get File Metadata
Returns the metadata for a file.
BPM, BUNDLE, DB, or TEMP
Update File Metadata
Updates the metadata for a file.
DB or TEMP
Upload File Content
Uploads the content for a file to a storage.
BUNDLE, DB, or TEMP
Get File Content
Downloads the content for a file.
BPM, BUNDLE, DB, or TEMP
Delete File
Deletes a file in a storage, including components associated to the file such as the file metadata or content.
BUNDLE, DB, or TEMP

0 COMMENTS

We’d like to hear from you!