Get share details of a saved search
Retrieve the list of groups that the saved search is shared with by searchId. The adminAdvanced privilege is required.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/searches/{searchId}/shareWith \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"groupIds": [
"string"
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| The list of groups | ||
| Error |