getPublishContexts getpublishcontexts
구문
승인된 사용자 유형 section-1a3a50349b5640dd8e498ff9e9c37340
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
NOTE
- 에셋을 반환하려면 사용자에게 읽기 권한이 있어야 합니다.
- 모든 사용자는 공유 회사에 액세스할 수 있습니다.
매개 변수 section-d08e2175d3f84774b55b91bc590b8b3f
입력(getPublishContextsParam)
이름
유형
필수
설명
companyHandle
xsd:string
예
회사를 위해 처리하십시오.
contextType
xsd:string
아니요
반환할 게시 컨텍스트의 유형입니다. 포함 사항:
- 이미지 제공
- 이미지 렌더링
- 비디오
- ServerDirectory
출력(getPublishContextsReturn)
이름
유형
필수
설명
publishContextArray
유형:PublishContextArray
예
필요한 경우 컨텍스트 유형으로 필터링된 회사의 게시 컨텍스트 배열.
예제 section-23fb7d6a15004b7eb4c3d3bcb37ceb04
요청
<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>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681