LogicalAssetGet()

Get an existing LogicalAsset mapping.

API URL:

[BaseURL]/Asset/Map/{MediaProfile}/{ALID}

Request Method:

GET

Response Format

XML type:

Status Code:

Headers:

Errors

Example

Get a LogicalAsset

The following example retrieves an existing LogicalAsset mapping

Sample Request:

GET [BaseURL]/Asset/Map/urn:dece:type:mediaprofile:hd/urn:dece:alid:org:customer-zero:123456789 HTTP/1.1
Host: api.uvvu.com

Sample Response:

HTTP/1.1 200
Date: [Date]
Content-type: application/xml; charset=UTF-8
X-transaction-info: [TransactionInfo]

<?xml version="1.0" encoding="UTF-8"?>
<LogicalAsset xmlns="http://www.decellc.org/schema/2015/03/coordinator" xmlns:ns2="http://www.movielabs.com/schema/md/v2.3/md" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="http://www.w3.org/2001/04/xmlenc#" ALID="urn:dece:alid:org:customer-zero:123456789" MediaProfile="urn:dece:type:mediaprofile:hd" ContentID="urn:dece:cid:org:customer-zero:123456789" AssentStreamAllowed="true">
  <AssetFulfillmentGroup>
    <DigitalAssetGroup>
    </DigitalAssetGroup>
  </AssetFulfillmentGroup>
  <ResourceStatus>
    <Current CreatedBy="urn:dece:org:org:dece:falcon:contentprovider" CreationDate="2017-05-21T19:24:38.351Z">
      <Value>urn:dece:type:status:active</Value>
    </Current>
  </ResourceStatus>
</LogicalAsset>

See Also