Path: / {BASE} / import / types

Return a set of all mime types that are acceptable by the importer.


Method Summary
ResourceDescription
GET /{BASE}/import/types?filename=…Return a set of all mime types that are acceptable by the importer.

Method Detail
HTTP Example:
GET /{BASE}/import/types?filename=…

API Example:

ImportWebService.getTypes({'filename': /* Return a set of all mime types that are acceptable by the importer. */});

Return a set of all mime types that are acceptable by the importer.

Output:
List<String> - a set of all mime types that are acceptable by the importer.
Query parameters:
filename
Produces:
application/json