公開用にマークされたアセットの公開コンテキストを返します。
構文
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
入力 (batchGetAssetPublishContextsParam)
名前 | 種類 | 必須 | 説明 |
---|---|---|---|
companyHandle | xsd:string |
はい | 会社に対する取り扱い。 |
assetHandleArray | types:HandleArray" |
はい | アクティブな(公開用にマークされた)コンテキストに対してクエリするアセットのリスト。 |
出力 (batchGetAssetPublishContextsReturn)
名前 | 種類 | 必須 | 説明 |
---|---|---|---|
assetPublishContextsArray | types:assetPublishContextsArray |
はい | 各アセットが公開用にマークされる、公開コンテキストの配列。 |
リクエスト
<batchGetAssetPublishContextsParam xmlns="http://www.scene7.com/IpsApi/xsd/2011-11-04">
<companyHandle>c|301</companyHandle>
<assetHandleArray>
<items>a|27007</items>
<items>a|27008</items>
</assetHandleArray>
</batchGetAssetPublishContextsParam>
応答
<batchGetAssetPublishContextsReturn xmlns="http://www.scene7.com/IpsApi/xsd/2011-11-04">
<assetPublishContextsArray>
<items>
<assetHandle>a|27007</assetHandle>
<publishContextArray>
<items>
<contextHandle>pc|3002</contextHandle>
<contextName>ImageServing</contextName>
<contextType>ImageServing</contextType>
</items>
</publishContextArray>
</items>
<items>
<assetHandle>a|27008</assetHandle>
<publishContextArray>
<items>
<contextHandle>pc|3004</contextHandle>
<contextName>Video</contextName>
<contextType>Video</contextType>
</items>
<items>
<contextHandle>pc|3001</contextHandle>
<contextName>ImageRendering</contextName>
<contextType>ImageRendering</contextType>
</items>
</publishContextArray>
</items>
</assetPublishContextsArray>
</batchGetAssetPublishContextsReturn>