Returns settings for the institute the caller currently belongs to — the same data shape as GET /organisations/{instituteID}/settings, with the institute resolved from your session instead of the URL.
Without keys, every setting on your institute is returned. With keys, only the matching settings are returned and their values are evicted from the institute-settings cache so the next read reflects any out-of-band update immediately. When keys is supplied and none match, the call returns 404.
Use this for the caller's own institute. Use the by-ID variant when administering several institutes.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Successfully fetched institute settings.
400The provided keys are invalid.
401You do not have permission to view the specified institute settings.
404No settings were found.