getAssetPublishHistory getassetpublishhistory

返回资产的发布历史记录。

语法

授权用户类型 section-3b9d6a129093458fa8890139a2718912

  • IpsUser
  • IpsAdmin
  • IpsCompanyAdmin
  • TrialSiteAdmin
  • TrialSiteUser
  • ImagePortalAdmin
  • ImagePortalUser
  • ImagePortalContrib
  • ImagePortalContribUser

参数 section-3541bd9914a44b89acfc1d419b560ee6

输入(getAssetPublishHistoryParam)

名称
类型
必需
说明
companyHandle
xsd:string
具有资产发布历史记录的公司的句柄。
assetHandle
xsd:string
包含要检查的发布历史记录的资源。

输出(getAssetPublishHistoryReturn)

名称
类型
必需
说明
pubHistoryArray
types:PublishHistoryArray
资源的发布历史记录。

示例 section-53897c51e5a047c5bd5ea5a6efb2d114

此代码示例返回资源的发布历史记录。 如果服务器返回空数组,则表示从未发布资产。

请求

<getAssetPublishHistoryParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
   <companyHandle>c|6</companyHandle>
   <assetHandle>a|732|1|535</assetHandle>
</getAssetPublishHistoryParam>

响应

<getAssetPublishHistoryReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
   <pubHistoryArray/>
</getAssetPublishHistoryReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681