구문
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
입력(getPublishContextsParam)
이름 | 유형 | 필수 | 설명 |
---|---|---|---|
companyHandle | xsd:string | 예 | 회사를 담당합니다. |
contextType | xsd:string | 아니요 | 반환할 게시 컨텍스트 유형입니다. 다음을 포함합니다.
|
출력(getPublishContextsReturn)
이름 | 유형 | 필수 | 설명 |
---|---|---|---|
publishContextArray | 유형:PublishContextArray | 예 | 필요한 경우 컨텍스트 유형별로 필터링된 회사의 게시 컨텍스트 배열입니다. |
요청
<getPublishContextsParam xmlns="http://www.scene7.com/IpsApi/xsd/2011-11-04">
<companyHandle>c|301</companyHandle>
</getPublishContextsParam>
응답
<getPublishContextsReturn xmlns="http://www.scene7.com/IpsApi/xsd">
<publishContextArray>
<items>
<contextHandle>pc|3001</contextHandle>
<contextName>ImageRendering</contextName>
<contextType>ImageRendering</contextType>
</items>
<items>
<contextHandle>pc|3002</contextHandle>
<contextName>ImageServing</contextName>
<contextType>ImageServing</contextType>
</items>
<items>
<contextHandle>pc|3003</contextHandle>
<contextName>ServerDirectory</contextName>
<contextType>ServerDirectory</contextType>
</items>
<items>
<contextHandle>pc|3004</contextHandle>
<contextName>Video</contextName>
<contextType>Video</contextType>
</items>
</publishContextArray>
</getPublishContextsReturn>