Get System Notes

This request allows you to pull system note information.

General

The system logs notes on the actions taken by your users. Here's what you need to know about this request:

  • This request pulls info from your account's global system notes.
  • The global system notes tracks creations, updates, and deletions made to the settings within your account. Changes made to loans, customers, companies, and defaults can be found here.
  • Depending on the age of your account, you may have a vast list of system notes. We recommend using pagination here to filter your results. Here's an example of filtering by agent user:
    ... SystemNotes()?$filter=createUserName eq 'Rodney Whitmer'

For an example of how global system notes work within the UI, take a look at our Global System Notes article on our help site.

Database

For information on system note database tables, see the following article:

📘

Try It Instructions

Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—hit Try It to send the request.

However, if you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.

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