All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ml-modules.root.data-hub.data-services.entitySearch.exportSearchAsCSV.api Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
{
    "functionName": "exportSearchAsCSV",
    "description": "Export the results of a saved query as CSV",
    "params": [
        {
            "name": "structuredQuery",
            "datatype": "string"
        },
        {
            "name": "searchText",
            "datatype": "string",
            "nullable" : true
        },
        {
            "name": "queryOptions",
            "datatype": "string"
        },
        {
            "name": "schemaName",
            "datatype": "string"
        },
        {
            "name": "viewName",
            "datatype": "string"
        },
        {
            "name": "limit",
            "datatype": "long",
            "nullable" : true
        },
        {
            "name": "sortOrder",
            "datatype": "array",
            "$javaClass": "com.fasterxml.jackson.databind.node.ArrayNode"
        },
        {
            "name": "columns",
            "datatype": "string",
            "multiple" : true
        }
    ],
    "return": {
        "datatype": "textDocument",
        "$javaClass": "java.io.Reader",
        "description": "Returns the CSV results of Optic API search"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy