getPublishContext getpublishcontexts

语法

授权用户类型 section-1a3a50349b5640dd8e498ff9e9c37340

  • IpsUser
  • IpsAdmin
  • IpsCompanyAdmin
  • TrialSiteAdmin
  • TrialSiteUser
  • ImagePortalAdmin
  • ImagePortalUser
  • ImagePortalContrib
  • ImagePortalContribUser
NOTE
  • 用户必须具有读取权限才能返回资产。
  • 所有用户都有权访问共享公司。

参数 section-d08e2175d3f84774b55b91bc590b8b3f

输入(getPublishContextsParam)

名称
类型
必需
说明
companyHandle
xsd:string
处理公司。
contextType
xsd:string

要返回的发布上下文的类型。 包括:

  • Imageserving
  • ImageRendering
  • 视频
  • 服务器目录

输出(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