getImageFormats
Last update: March 8, 2022
- Topics:
- Dynamic Media Classic,SDK/API
CREATED FOR:
- Developer
- Admin
Returns image formats, such as PDF, EPS, SWF, and others.
Syntax
Authorized User Types
IpsUserIspAdminIpsCompanyAdminImagePortalAdminImagePortalUserImagePortalContribImagePortalContribUser
Parameters
Input (getImageFormatsParam)
| Name | Type | Required | Description |
|---|---|---|---|
| companyHandle | xsd:string | Yes | The handle to the company with the image formats you want to obtain. |
Output (getImageFormatsParam)
| Name | Type | Required | Description |
|---|---|---|---|
| imageFormatArray | types:ImageFormatArray | Yes | The image format array. |
Examples
This code sample returns all image formats for the specified company.
Request
<ns1:getImageFormatsParam xmlns:ns1="http://www.scene7.com/IpsApi/xsd">
<ns1:companyHandle>47</ns1:companyHandle>
</ns1:getImageFormatsParam>
Response
<getImageFormatsReturn xmlns="http://www.scene7.com/IpsApi/xsd">
<imageFormatArray></imageFormatArray>
</getImageFormatsReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681