Gets the search strings, keywords, and other information about an asset. The response contains additional information about the asset.
Syntax
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
ImagePortalAdmin
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. |
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.