API - Get available parsers
The purpose of this method is to retrieve and all available parsers in Beebox. This is information can be used if the user would like to add a new type of document to be processed by Beebox.
URL
(GET) /api/utility/parserpresets?token=
PARAMETERS
Parameters are:
token | The session token obtained when connecting. |
Â
RESULTS
The method returns JSON and HTTP status 200. Other HTTP status values indicate an error.
EXAMPLE
A typical result may look like:
{
"categories": [
{
"pcategory": "general",
"title": "General"
},
{
"pcategory": "cms",
"title": "CMS connectors"
}
],
"items": [
{
"pcategory": "general",
"pindex": 0,
"dom": "FRAMEMAKER",
"domt": "â—€Adobe FrameMakerâ–¶",
"ext": ".mif",
"name": "Adobe FrameMaker",
"desc": ""
},
{
"pcategory": "general",
"pindex": 1,
"dom": "INCOPY",
"domt": "â—€Adobe InCopyâ–¶",
"ext": ".icml",
"name": "InCopy files",
"desc": ""
},
{
"pcategory": "general",
"pindex": 2,
"dom": "INDESIGN",
"domt": "â—€Adobe InDesignâ–¶",
"ext": ".indd, .idml",
"name": "Adobe InDesign",
}
]
} |
Â
Copyright Wordbee - Buzzin' Outside the Box since 2008