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.

Language
Credentials
Header
Click Try It! to start a request and see the response here!