Document formats 2 (Parser domains)
Gets the list of document formats that can be translated in the system. There are filters for XML, Word, Excel and many other formats.
URL
(GET) settings/parserdomains2
PARAMETERS
token | The token obtained on connection | Required |
RESULTS
Returns a list with these fields:
Domain | The identifier for the file format. APIs working with file formats will generally ask for this code. |
Name | The name of the format. |
Type | A numeric identifier. Internal use. |
FileExtensions | An array of file extensions that can be handled by the filter. |
EXAMPLES
CODE
<ApiParserDomain>
<Domain>FRAMEMAKER</Domain>
<Name>Adobe FrameMaker</Name>
<Type>25</Type>
<FileExtensions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:string>.mif</a:string>
</FileExtensions>
</ApiParserDomain>
<ApiParserDomain>
<Domain>INCOPY</Domain>
<Name>Adobe InCopy</Name>
<Type>37</Type>
<FileExtensions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:string>.icml</a:string>
</FileExtensions>
</ApiParserDomain>
<ApiParserDomain>
<Domain>INDESIGN</Domain>
<Name>Adobe InDesign</Name>
<Type>11</Type>
<FileExtensions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:string>.indd</a:string>
<a:string>.idml</a:string>
</FileExtensions>
</ApiParserDomain>