Basic Parameters
Parameter | Description |
---|---|
Entities | The names of the Elasticsearch indices in which to search. |
Include Nested | Indicates if nested objects from returned search results should be included. |
Query | The query using the Elasticsearch Query String Query syntax from the Query DSL extended by SailPoint to support Nested queries. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | Max number of results to return. See V3 API Standard Collection Parameters for more information. |
Offset | Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information. |
Query Type | Enum representing the currently supported query types. Additional values may be added in the future without notice. |