getSearchStrings
Last update: March 8, 2022
- Topics:
- Dynamic Media Classic,SDK/API
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.
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681