Path: / {BASE} / import / types

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


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

Method Detail

GET /{BASE}/import/types

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

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. */});

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