GetTableSchemaInfoFromSchemaId

Description

Gets basic information (ids and name) of a specific table schema

Signature
WsTableSchema GetTableSchemaInfoFromSchemaId(string key, int schemaId)

Parameters

Name Data Type Description

key

string required

The authentication key

schemaId

int required

The id of the schema.

Response

Data Type Description

A data carrier holding the basic schema information.

Example