getPhotoshopPathNames getphotoshoppathnames

Returns an array of Photoshop path names for the given image.

Syntax

Authorized User Types section-baa0fd4b92bc4ad89809efd659b3a629

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

Parameters section-605a4aab23104489a21f7f7f5849801b

Input (getPhotoshopPathNamesParam)

Name
Type
Required
Description
companyHandle
xsd:string
Yes
Handle to the company that contains the image you want to work with.
assetHandle
xsd:string
Yes
Handle to the image asset.

Output (getPhotoshopPathNamesReturn)

Name
Type
Required
Description
pathNameArray
types:StringArray
Yes
An array of Photoshop path names in an image.

Examples section-6d316f14b4184d42af4ca3f717b042dd

Request

<getPhotoshopPathNamesParam xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
  <companyHandle>c|301</companyHandle>
  <assetHandle>a|26014</assetHandle>
</getPhotoshopPathNamesParam>

Response

<getPhotoshopPathNamesReturn xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
  <pathNameArray>
    <items>Background Path</items>
    <items>Face Path</items>
  </pathNameArray>
</getPhotoshopPathNamesReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681