getAssetCounts getassetcounts
获取与特定公司关联的资源和资源数。
返回的countArray
由assetTypes
(数据类型xsd:string
)的数组组成,每个数组都有自己的计数字段(数据类型xsd:int
),允许该数组的每个元素表示多个资产类型。
语法
授权用户类型 section-6234754722184e828352f10eb18fbce9
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
参数 section-2a9581315eca427d8a3d26cc3fca7b1f
输入(getAssetCountsParam)
名称
类型
必需
说明
companyHandle
xsd:string
是
包含要计数的资产的公司的句柄。
输出(getAssetCountsReturn)
名称
类型
必需
说明
countArray
types:AssetCountArray
否
一个资源类型数组,每个资源类型都有自己的计数字段,允许表示数组中每个元素的多个资源类型。
示例 section-6052a503eb3843f6adb99e200fdba280
此代码示例使用公司的句柄作为发送到IPS Web服务服务器的getAssetCountsParam
中的字段以获取资产计数。
请求
<getAssetCountsParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<companyHandle>c|6</companyHandle>
</getAssetCountsParam>
响应
<getAssetCountsReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<countArray>
<items>
<assetType>Image</assetType>
<count>44</count>
</items>
<items>
<assetType>Flash</assetType>
<count>3</count>
</items>
</countArray>
</getAssetCountsReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681