Actuate Information Delivery API operations : GetFormats
 
GetFormats
Retrieves a list of locales and formats the server supports.
Request schema
<xsd:complexType name="GetFormats">
<xsd:sequence>
<xsd:element name="Object" type="typens:ObjectIdentifier"/>
<xsd:element name="FormatType" type="typens:FormatType"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
Object
The ID of the object from which to retrieve information.
FormatType
*One of the following formats to return:
*0
All formats
*1
View formats
*2
Search formats
If you do not specify a format, all formats are returned.
Response schema
<xsd:complexType name="GetFormatsResponse">
<xsd:sequence>
<xsd:element name="FormatList" type="typens:ArrayOfString"/>
</xsd:sequence>
</xsd:complexType>
Response elements
FormatList
The list of formats.