Path: / {BASE} / export / types

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


Method Summary
ResourceDescription
GET /{BASE}/export/typesReturn a set of all mime types that are acceptable by the importer.

Method Detail
HTTP Example:
GET /{BASE}/export/types

API Example:

ExportWebService.getTypes({});

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.
Produces:
application/json