GetStudies

Function: getStudies()

getStudies<ThrowOnError>(options?): RequestResult<GetStudiesResponses, GetStudiesErrors, ThrowOnError>

Defined in: app/api/sdk.gen.ts:996

Retrieves a list of all academic studies available in the system. The GetStudies endpoint is accessible to all users, including anonymous guests, to allow for public browsing of the study catalog. This endpoint provides a comprehensive overview of the different academic programs supported by the organization, serving as a foundational data source for registration forms and informational displays.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options?

Options<GetStudiesData, ThrowOnError>

Returns

RequestResult<GetStudiesResponses, GetStudiesErrors, ThrowOnError>

On this page