Get the active institute settings

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Expand an ID field to an object

string

Sort by a specific field

string

Specify a viewID to customize the result

string

Specify viewColumns to extend the result

string

Filter by institute settings keys

Headers
string
Defaults to Swagger
Responses
200

Successfully fetched institute settings.

400

The provided keys are invalid.

401

You do not have permission to view the specified institute settings.

404

No settings were found.

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