You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cases/api/cases-api/cases-api-get-case-activity.asciidoc
+37-18
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@ A JSON array containing all user activity for the specified case.
41
41
"description",
42
42
"status",
43
43
"tags",
44
-
"title"
44
+
"title",
45
+
"connector",
46
+
"settings"
45
47
],
46
48
"action": "create",
47
49
"action_at": "2020-04-02T15:25:19.088Z",
@@ -50,7 +52,7 @@ A JSON array containing all user activity for the specified case.
50
52
"full_name": "Alan Hunley",
51
53
"username": "ahunley"
52
54
},
53
-
"new_value": "{\"title\":\"This case will self-destruct in 5 seconds\",\"tags\":[\"phishing\",\"social engineering\"],\"description\":\"James Bond clicked on a highly suspicious email banner advertising cheap holidays for underpaid civil servants.\"}",
55
+
"new_value": "{\"title\":\"This case will self-destruct in 5 seconds\",\"tags\":[\"phishing\",\"social engineering\"],\"description\":\"James Bond clicked on a highly suspicious email banner advertising cheap holidays for underpaid civil servants.\"},\"connector\":{\"id\":\"none\",\"name\":\"none\",\"type\":\".none\",\"fields\":null},\"settings\":{\"syncAlerts\":true}",
0 commit comments