Internal Secret Incident Notes
List notes on a secret incident
List notes left on a secret incident in chronological order.
get/v1/incidents/secrets/{incident_id}/notes
Path parameters
incident_idinteger required
The id of the incident to retrieve
Query parameters
cursorstring
Pagination cursor.
pageinteger
Page number.
per_pageinteger
Number of items to list per page.
ordering'created_at' | '-created_at' | 'updated_at' | '-updated_at'
Sort the results by their field value. The default sort is ASC, DESC if the field is preceded by a '-'.
member_idinteger
Example:1
Filter by member id.
searchstring
Search notes based on the comment field content.
Example:I revoked this
Response
Incident Note List
Example response
[
{
"id": 17,
"incident_id": 42,
"member_id": 38,
"api_token_id": "3220d951-00ce-446c-ac90-9822f0f9b71e",
"created_at": "2019-08-22T14:15:22Z",
"comment": "I revoked this secret",
"issue_id": 42,
"user_id": 38
}
]