Retrieve note

Retrieves detailed information for a specific note by its ID.

Access Control:

  • Employees: Can retrieve any note within their company that they have permission to access based on their role and permissions.
  • Crew Members: Can only retrieve notes where they are either the sender or a recipient. Access to notes outside of their involvement is denied.

Archived Notes:

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

Note: Retrieving a note does not automatically mark it as read. Use the mark as read action endpoint to update the read status.

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
boolean
Defaults to false

Include archived notes. When set to true, allows retrieval of notes that have been archived by the current user. Required to access archived notes.

Responses

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