Path: / {BASE} / export / types

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


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

Method Detail

GET /{BASE}/export/types

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

HTTP Example:
GET /{BASE}/export/types
API Example:

ExportWebService.getTypes({});

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