Get an existing provider note

Gets an existing note associated with the specified provider.

Request
path Parameters
providerId
required
string <uuid>

Identifier of the provider associated with the note.

noteId
required
string <uuid>

Identifier of the note.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}/notes/{noteId}
Response samples
application/json
{
  • "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
  • "timestamp": "2019-08-24T14:15:22Z",
  • "note": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "alert": {
    }
}