getAssetCounts getassetcounts

특정 회사와 연결된 자산 및 자산 수를 가져옵니다.

다음 countArray 반환되는 는 assetTypes (데이터 유형 xsd:string), 각각 고유한 카운트 필드(데이터 유형)가 있음 xsd:int), 배열의 요소당 여러 에셋 유형을 표시할 수 있습니다.
구문

승인된 사용자 유형 section-6234754722184e828352f10eb18fbce9

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

매개 변수 section-2a9581315eca427d8a3d26cc3fca7b1f

입력(getAssetCountsParam)

이름
유형
필수
설명
company핸들
xsd:string
계산하려는 자산이 있는 회사에 대한 핸들입니다.

출력(getAssetCountsReturn)

이름
유형
필수
설명
countArray
types:AssetCountArray
아니요
에셋 유형의 배열로, 각 배열에는 자체 카운트 필드가 있으며 배열의 요소당 여러 에셋 유형을 표시할 수 있습니다.

예제 section-6052a503eb3843f6adb99e200fdba280

이 코드 샘플은 회사의 핸들을 getAssetCountsParam 자산 수를 가져오기 위해 IPS 웹 서비스 서버로 전송됩니다.

요청

<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