GetProjectNotes
This method can be used for the following: Get project notes for a project you have Edit access to.
Last updated
curl -X GET 'https://demo.attackforge.com/api/ss/project/5f63de24fa1c9208d3e140b0/notes' -H 'Host: localhost:3000' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'[
{
"note": "...",
"is_private": true,
"is_exported_to_report": true,
"created": "...",
"created_by": "...",
"last_updated": "...",
"id": "..."
}
]