getSearchStrings

Last update: 2022-03-08
  • Created for:
  • Developer
    Admin

Gets the search strings, keywords, and other information about an asset. The response contains additional information about the asset.

Syntax

Authorized User Types

  • IpsAdmin
  • IpsCompanyAdmin
  • TrialSiteAdmin
  • ImagePortalAdmin

Parameters

Input (getSearchStringsParam)

Name Type Required Description
companyHandle xsd:string Yes Handle to the company.
assetHandle xsd:string Yes Handle to the asset.

Output (getSearchStringsReturn)

Name Type Required Description
searchStringArray types:SearchStrings Yes An array of asset search strings.

Examples

This code sample returns asset specific search strings. The response returns an empty array.

Request

<getSearchStringsParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
   <companyHandle>47</ns1:companyHandle>
   <assetHandle>a|717|1|530</assetHandle>
</getSearchStringsParam>

Response

None.

On this page