/adobe-experience-manager-assets | Type: Application | PCID required: Yes
Tools
adobe_experience_manager_assets_create_asset_relations
Create new asset relations for an asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset to access |
items | any[] | Yes | — | Related assets to be added to the asset |
adobe_experience_manager_assets_delete_asset
Delete asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset |
force | boolean | No | — | If true, delete the asset even if it is referenced |
adobe_experience_manager_assets_delete_asset_relation
Delete an asset relation for an asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset to access |
relationType | string | Yes | — | Name of relation type for asset relation to be deleted. |
relatedAssetId | string | Yes | — | ID of the related asset to be deleted. |
adobe_experience_manager_assets_delete_asset_relations_for_relation_type
Delete all asset relations of the given relation type for an asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset to access |
relationType | string | Yes | — | Name of relation type |
adobe_experience_manager_assets_get_asset
Get an asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset |
adobe_experience_manager_assets_get_asset_job_status
Get the status of an async job Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
jobId | string | Yes | — | ID of an asynchronous job |
adobe_experience_manager_assets_get_asset_metadata
Delivers the specified asset’s metadata Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset to access |
adobe_experience_manager_assets_get_asset_original
Returns the originally uploaded binary for the asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset |
seoName | string | Yes | — | any url-encoded or alphanumeric, non-whitespace set of characters. may contain hyphens and dots |
adobe_experience_manager_assets_get_asset_relation_types
Get the relation types for an asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset to access |
limit | integer | No | — | For a paginated request, this parameter defines the maximum number of items to retrieve. |
cursor | string | No | — | When the number of results for a request exceeds the allowed limit, the response will include a cursor. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items. |
adobe_experience_manager_assets_get_asset_relations
Get the asset relations for an asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset to access |
limit | integer | No | — | For a paginated request, this parameter defines the maximum number of items to retrieve. |
cursor | string | No | — | When the number of results for a request exceeds the allowed limit, the response will include a cursor. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items. |
relationTypes | any[] | No | — | Comma-delimited list of relation types to filter the asset relations to include only the specified types. |
adobe_experience_manager_assets_get_asset_relations_for_relation_type
Get the asset relations for an asset filtered by relation type Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset to access |
relationType | string | Yes | — | Name of relation type |
limit | integer | No | — | For a paginated request, this parameter defines the maximum number of items to retrieve. |
cursor | string | No | — | When the number of results for a request exceeds the allowed limit, the response will include a cursor. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items. |
adobe_experience_manager_assets_get_asset_rendition
Returns a pre-generated (on AEM Assets authoring environment) rendition of the asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset |
renditionName | string | Yes | — | any url-encoded or alphanumeric, non-whitespace set of characters that need to match one of the renditions uploaded/created for the specified asset. may contain hyphens and dots |
seoName | string | Yes | — | any url-encoded or alphanumeric, non-whitespace set of characters. may contain hyphens and dots |
attachment | string | No | — | Setting this parameter to true forces “download” prompt in browser by adapting the Content-Disposition appropriately. Default is false. |
adobe_experience_manager_assets_get_asset_renditions
Returns a list of static renditions of an asset Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset |
adobe_experience_manager_assets_get_import_job_result
Get Import Job Result Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
importJobId | string | Yes | — | The identifier for an import job |
limit | integer | No | — | For a paginated request, this parameter defines the maximum number of items to retrieve. |
cursor | string | No | — | When the number of results for a request exceeds the allowed limit, the response will include a cursor. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items. |
adobe_experience_manager_assets_get_import_job_status
Get Import Job Status Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
importJobId | string | Yes | — | The identifier for an import job |
adobe_experience_manager_assets_import_from_url
Import From Url Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetMetadata | object | No | — | Metadata properties and values that should be applied to assets that are part of the import. Client should use the assetMetadata properties as exposed by the metadata API endpoints. |
files | any[] | Yes | — | files |
folder | string | Yes | — | The ID or path for the folder into which to import the assets in AEM. |
sourceName | string | No | — | A user-friendly display name for the source of the assets |
adobe_experience_manager_assets_patch_asset_metadata
Updates the asset’s assetMetadata properties Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
assetId | string | Yes | — | ID of the asset to access |
body | any[] | No | — | JSON Patch defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is suitable for use with the HTTP PATCH method. The application/json-patch+json media type is used to identify such patch documents. For more details check RFC 6902. |

