List Notes
Get a list of all notes for all items.
External Documentation
To learn more, visit the Splunk SOAR documentation.
Parameters
Parameter | Description |
---|---|
Page Number | Page number of the results to fetch. |
Page Size | Size of page to return. |
Example Output
{
"count": 2,
"data": [
{
"note_type": "general",
"task": null,
"container": 93,
"title": "my note",
"author": 1,
"modified_time": "2019-03-26T23:50:00.451152Z",
"content": "hello world",
"create_time": "2019-03-26T23:50:00.384661Z",
"artifact": null,
"phase": 4,
"id": 14
},
{
"note_type": "general",
"task": null,
"container": 93,
"title": "new note",
"author": 1,
"modified_time": "2019-03-27T00:16:08.220605Z",
"content": "hello world",
"create_time": "2019-03-27T00:14:09.090205Z",
"artifact": null,
"phase": 2,
"id": 16
}
],
"num_pages": 1
}
Workflow Library Example
List Notes with Splunk Soar and Send Results Via Email
Preview this Workflow on desktop