batchGetAssetPublishContexts batchgetassetpublishcontexts
Gibt den Veröffentlichungskontext für Assets zurück, die zur Veröffentlichung markiert wurden.
Syntax
Autorisierte Benutzertypen section-d5362ca8a6ab42949cd648ba38dbf2f8
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
NOTE
- Der Benutzer muss über Lesezugriff verfügen, um die Assets zurückzugeben.
- Alle Benutzer haben Zugriff auf das freigegebene Unternehmen.
Parameter section-1742fcb196224545b270eb8241f757a8
Input (batchGetAssetPublishContextsParam)
Name
Typ
Erforderlich
Beschreibung
companyHandle
xsd:string
Ja
Handle mit dem Unternehmen.
assetHandleArray
``types:HandleArray"
Ja
Eine Liste der Assets, die für aktive (zur Veröffentlichung markierte) Kontexte abgefragt werden sollen.
Output (batchGetAssetPublishContextsReturn)
Name
Typ
Erforderlich
Beschreibung
assetPublishContextsArray
types:assetPublishContextsArray
Ja
Ein Array von Veröffentlichungskontexten, in denen jedes Asset zur Veröffentlichung markiert ist.
Beispiele section-457f6809ccfa425b9a0976313d613f4e
Anfrage
<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>
Antwort
<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>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681