forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Add stub for find case activity API (elastic#152041)
(cherry picked from commit 1607f81)
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[[cases-api-find-case-activity]] | ||
== Find case activity API | ||
++++ | ||
<titleabbrev>Find case activity</titleabbrev> | ||
++++ | ||
|
||
Finds user activity for a case. | ||
|
||
[NOTE] | ||
==== | ||
For the most up-to-date API details, refer to the | ||
{kib-repo}/tree/{branch}/x-pack/plugins/cases/docs/openapi[open API specification]. For a preview, check out <<case-apis>>. | ||
==== | ||
|
||
=== {api-request-title} | ||
|
||
`GET <kibana host>:<port>/api/cases/<case_id>/user_actions/_find` | ||
|
||
`GET <kibana host>:<port>/s/<space_id>/api/cases/<case_id>/user_actions/_find` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters