mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update Go SDK docs: 15116527960
This commit is contained in:
@@ -38,14 +38,14 @@ All URIs are relative to *https://sailpoint.api.identitynow.com/v2025*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**search-aggregate**](#search-aggregate) | **Post** `/search/aggregate` | Perform a Search Query Aggregation
|
||||
[**search-count**](#search-count) | **Post** `/search/count` | Count Documents Satisfying a Query
|
||||
[**search-get**](#search-get) | **Get** `/search/{index}/{id}` | Get a Document by ID
|
||||
[**search-post**](#search-post) | **Post** `/search` | Perform Search
|
||||
[**search-aggregate**](#search-aggregate) | **Post** `/search/aggregate` | Perform a search query aggregation
|
||||
[**search-count**](#search-count) | **Post** `/search/count` | Count documents satisfying a query
|
||||
[**search-get**](#search-get) | **Get** `/search/{index}/{id}` | Get a document by id
|
||||
[**search-post**](#search-post) | **Post** `/search` | Perform search
|
||||
|
||||
|
||||
## search-aggregate
|
||||
Perform a Search Query Aggregation
|
||||
Perform a search query aggregation
|
||||
Performs a search query aggregation and returns the aggregation result. By default, you can page a maximum of 10,000 search result records. To page past 10,000 records, you can use searchAfter paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement searchAfter paging.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/v2025/search-aggregate)
|
||||
@@ -234,7 +234,7 @@ func main() {
|
||||
[[Back to top]](#)
|
||||
|
||||
## search-count
|
||||
Count Documents Satisfying a Query
|
||||
Count documents satisfying a query
|
||||
Performs a search with a provided query and returns the count of results in the X-Total-Count header.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/v2025/search-count)
|
||||
@@ -416,7 +416,7 @@ func main() {
|
||||
[[Back to top]](#)
|
||||
|
||||
## search-get
|
||||
Get a Document by ID
|
||||
Get a document by id
|
||||
Fetches a single document from the specified index, using the specified document ID.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/v2025/search-get)
|
||||
@@ -485,7 +485,7 @@ func main() {
|
||||
[[Back to top]](#)
|
||||
|
||||
## search-post
|
||||
Perform Search
|
||||
Perform search
|
||||
Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/v2025/search-post)
|
||||
|
||||
Reference in New Issue
Block a user