Favicon

You are here: Home > API Reference > Asset Management > Mdm Assets

Mdm Assets

API endpoints for Mdm Assets. Browse all available operations, parameters, and response schemas.

GET Get list of mdmAsset
/organizations/:organizationId/mdm/assets//

**Required Permission:** `mdm.global.asset.list` Get list of mdmAsset

POST Add new asset
/organizations/:organizationId/mdm/assets//

**Required Permission:** `mdm.global.asset.create` Add new asset

GET Get mdmAsset by ID
/organizations/:organizationId/mdm/assets//:mdmAssetId

**Required Permission:** `mdm.global.asset.get` Get mdmAsset by ID

PUT Update mdmAsset
/organizations/:organizationId/mdm/assets//:mdmAssetId

**Required Permission:** `mdm.global.asset.update` Update mdmAsset

DELETE Delete mdmAsset
/organizations/:organizationId/mdm/assets//:mdmAssetId

**Required Permission:** `mdm.global.asset.remove` Delete mdmAsset

GET Check mdmAsset assignation
/organizations/:organizationId/mdm/assets//:mdmAssetId/assignations

**Required Permission:** `mdm.global.asset.get` Check mdmAsset assignation

GET Download mdmAsset
/organizations/:organizationId/mdm/assets//:mdmAssetId/download

**Required Permission:** `mdm.global.asset.download` Download mdmAsset

GET View mdmAsset content
/organizations/:organizationId/mdm/assets//:mdmAssetId/view

**Required Permission:** `mdm.global.asset.view` View mdmAsset content

POST Add new asset (for edge runners)
/organizations/:organizationId/mdm/assets//edge/asset

**Required Permission:** `mdm.global.asset.create` Add new asset (for edge runners)

GET Prepare new asset (for edge runners)
/organizations/:organizationId/mdm/assets//edge/prepare

**Required Permission:** `mdm.global.asset.create` Prepare new asset (for edge runners)