Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Get the MTOA Database Schema version

Description

Get the current version of the MTOA Database Schema

Package Details

Interface

IAppManager

Syntax

_appManager.GetDatabaseSchemaVersion()

Returns

Task<string>

API

[GET] /api/v1/mtoa-db-schema-version

Returns

string The MTOA database schema version

Example

var schemaVersion = await appManager.GetDatabaseSchemaVersion();

Response.Write($@"The current schema version is: {schemaVersion}");
  • No labels