List provider notes

Returns all notes associated with the specified provider. This also returns any dismissal related to alerts on this provider.

Request
path Parameters
providerId
required
string <uuid>

Identifier of the provider to get all notes for.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}/notes
Response samples
application/json
[
  • {
    }
]