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