The topic you requested could not be found.
Related topics are listed below.

Save Asset

Example Use Case » Media Bank » Save Asset

*More information about save/edit/delete property field values: ‘Save Property Field Values’. Create new asset “LinkedFolders” are mandatory for new asset. “PropertyValues” are optional. { "Name": "asset name", // saving name…

Search asset

Example Use Case » Media Bank » Search asset

Request: POST /papi/v1/asset/search Parameter Parameter Type Mandatory Description Search info Body yes Search query in JSON format, see examples below x-auth-token Header yes The authentication token must be…

Upload asset attachment file

Example Use Case » Media Bank » Upload asset attachment file

Request: POST /papi/v1/asset/[Asset id]/attachment/[Attachment id]/upload/[File name] Uploads a file to an asset as an attachment. Attachment id is mandatory and can be accessed via UI or attachment type API command. There is two ways defining the attachment ids,…

Upload asset master file

Example Use Case » Media Bank » Upload asset master file

Request : POST /papi/v1/asset/[Asset id]/upload/[File name] Uploads a file to a new version of the asset’s master file. This operation does not remove the existing file, it creates a new version. The past versions of the files can be only modified and removed…

Example Use Case

Example Use Case

Save Folder Save Property Field Values Save Asset Upload file to folder Upload asset master file Upload file version Upload asset attachment file Search options Search asset

Media Bank

Example Use Case » Media Bank

Authentication Search asset Download file Upload file to folder Upload asset master file Upload file version Upload asset attachment file Save Asset Save Folder Save Property Field Values

Assets and Files

Concepts of EMMi Media Bank » Assets and Files

Asset An asset is an object which describes the digital asset with related metadata and files. The asset itself does not define where or how the file exists physically, it only defines the metadata and how the file is to be referenced. Each asset has a unique…

Upload file version

Example Use Case » Media Bank » Upload file version

Request : POST /papi/v1/file/upload/[File id]/[File name] Uploads a new file version to the existing asset attachment or a master file. This operation does not remove the existing file, it creates a new version. The past versions of the files can be only modified and…

Concepts of EMMi Media Bank

Concepts of EMMi Media Bank

Asset and files Conversion Multilingual Text Property Fields Keywords Folder Hierarchy User Groups and Access Permission

Upload file to folder

Example Use Case » Media Bank » Upload file to folder

Request : POST /papi/v1/folder/[Folder id]/upload/[File name] Uploads a file to a folder. This action will create a new asset in the folder. Parameter Parameter Type Mandatory Description Folder id Path yes Unique folder id…

Download file

Example Use Case » Media Bank » Download file

Request : GET /papi/v1/file/download/[File id]/[Conversion id] Downloads a file from an asset using a conversion. Parameter Parameter Type Mandatory Description File id Path yes File id is a file unique identifier.In order…

Keywords

Concepts of EMMi Media Bank » Keywords

The system can have a hierarchical group of keywords which can be linked to assets. The depth of hierarchy or the amount of keywords is not restricted. Example keyword hierarchy: Food Soup Pea soup Vegetable soup Beef…

Folder Hierarchy

Concepts of EMMi Media Bank » Folder Hierarchy

Assets in EMMi are categorised in a folder hierarchy. The amount of folders or depth of hierarchy is not restricted. Single asset can be linked to multiple folders. Each folder has an unique identifier which can be used to retrieve subfolders and files linked to…

Create & Get Folder

Example Use Case » Project Management » Create & Get Folder

Create or Modify Folder Request : GET /papi/v1/project/folder Save a new folder or edit an existing one. If the folder Id = 0 or is not defined then the folder is saved as a new. Parameter Parameter Type Mandatory Description Folder…