Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Get a list of notes.
Basic Parameters
| Parameter | Description |
|---|
| Order | The is the sorting order for the results. |
| Sort | Field to sort results with. |
Advanced Parameters
| Parameter | Description |
|---|
| Page Number | Page number of the results to fetch. |
| Page Size | Size of page to return. |
Example Output
{
"count": 9,
"num_pages": 3,
"data": [
{
"id": 11,
"title": "<string>",
"content": "<string>",
"create_time": "2024-09-29T08:36:00.409255Z",
"modified_time": "2024-09-29T08:36:00.409255Z",
"note_type": "<string>",
"author": 1,
"phase": null,
"container": 2,
"task": null,
"artifact": null,
"note_format": "<string>",
"task_name": null,
"artifact_name": null
},
{
"id": 18,
"title": "<string>",
"content": "<string>",
"create_time": "2024-09-29T08:36:00.409255Z",
"modified_time": "2024-09-29T08:36:00.409255Z",
"note_type": "<string>",
"author": 1,
"phase": null,
"container": 18,
"task": null,
"artifact": null,
"note_format": "<string>",
"task_name": null,
"artifact_name": null
}
]
}
Workflow Library Example
List Notes with Splunk Soar and Send Results Via Email