Method GetSchemaStore
GetSchemaStore(String)
Get schema information of this server
Declaration
SchemaStoreContract GetSchemaStore(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
Returns
Type | Description |
---|---|
SchemaStoreContract | Current schema store |
Examples
POST http://YourServerName/InfoShare/Json/Common/GetSchemaStore
Example for get schema information of this server.{
"connectionId": "b6742bb8-ef97-44ae-819b-a2fa2200908a"
}
Response:
{
"GetSchemaStoreResult": "[......]"
}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Unknown data type for property type (10035) |
ServiceException | Unknown property type (10096) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |