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