Skip to main content

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

CODE
(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:

CODE
{
    "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",
      }
  ]
}

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.