REST - How to retrieve Account[settings]?

kurt_faulknerlo
Community Novice

Using the REST API I've been able to successfully update the following Account settings:

  • account[settings][restrict_student_past_view][value]
  • account[settings][restrict_student_past_view][locked]
  • account[settings][restrict_student_future_view][value]
  • account[settings][restrict_student_future_view][locked]
  • account[settings][lock_all_announcements][value]
  • account[settings][lock_all_announcements][locked]
  • account[settings][restrict_student_future_listing][value]
  • account[settings][restrict_student_future_listing][locked] 

However, there doesn't seem to be a way to retrieve the setting information prior to, or after the Account update.  Working with the "list accounts" endpoint, I can specify the include request parameters (lit_guid, registration_settings, services), so it seems like there should be a way to list these account[settings] parameters too ...  Can it be done?

Thank you.