getPublishContexts getpublishcontexts
Syntaxe
Types d’utilisateurs autorisés section-1a3a50349b5640dd8e498ff9e9c37340
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
NOTE
- L’utilisateur doit disposer d’un accès en lecture pour renvoyer les ressources.
- Tous les utilisateurs ont accès à la société partagée.
Paramètres section-d08e2175d3f84774b55b91bc590b8b3f
Entrée (getPublishContextsParam)
Nom
Type
Obligatoire
Description
companyHandle
xsd:string
Oui
Traitez la société.
contextType
xsd:string
Non
Type de contexte de publication que vous souhaitez renvoyer. Inclut :
- ImageServing
- ImageRendering
- Vidéo
- ServerDirectory
Output (getPublishContextsReturn)
Nom
Type
Obligatoire
Description
publishContextArray
types:PublishContextArray
Oui
Tableau de contextes de publication pour une entreprise, filtré par type de contexte si nécessaire.
Exemples section-23fb7d6a15004b7eb4c3d3bcb37ceb04
Requête
<getPublishContextsParam xmlns="http://www.scene7.com/IpsApi/xsd/2011-11-04">
<companyHandle>c|301</companyHandle>
</getPublishContextsParam>
Réponse
<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