Retrieve user note

Retrieves detailed information for a specific user note by its ID.

Recipient Access: Users can only retrieve notes where they are listed as a recipient. Notes where the user is the sender but not a recipient cannot be accessed.

Archived Notes:

By default, archived (deleted) notes are excluded from retrieval and will return a 404 error. To retrieve an archived note, include the status=Archived query parameter in the request.

Note Behavior:

This endpoint can retrieve both thread starter notes and reply notes within threads. The same access control and archived status rules apply to all notes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Unique identifier of the note to retrieve.

Query Params
string
enum

Filter notes by archived status.

  • When set to "Archived": Allows retrieval of notes that have been archived by the current user.
  • When set to "Active" or any other value, or omitted: Only active (non-archived) notes can be retrieved.
Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json