Method GetCloudSchemaStore
GetCloudSchemaStore(String)
Get cloud schema information of this server
Declaration
CloudSchemaStoreContract GetCloudSchemaStore(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
Returns
Type | Description |
---|---|
CloudSchemaStoreContract | Current cloud schema store |
Examples
POST http://YourServerName/InfoShare/Json/Common/GetCloudSchemaStore
Example for get clod schema store.{
"connectionId": "e08482f2-eb69-4693-b2c1-cdc87f641ec2"
}
Response:
{
"GetCloudSchemaStoreResult": {
"CloudDocumentTypes": [{
"AdminRoleId": "00000000-0000-0000-0000-000000000000",
"DeleteRoleId": "00000000-0000-0000-0000-000000000000",
"FriendlyNames": [],
"Id": "37e19e5d-fee0-e911-a94b-00155d290a08",
"ImportTemplateId": "14df9e5d-fee0-e911-a94b-00155d290a08",
"Name": {
"Values": [{
"Culture": "de",
"Text": "Document type test" }] },
"ReadRoleId": "00000000-0000-0000-0000-000000000000",
"SearchFolderPath": {
"Culture": "en-US",
"FolderSystemId": "9762c061-b7cf-e911-a939-00155d290a08",
"Path": "cb62c061-b7cf-e911-a939-00155d290a08\\c3ae40de-1fd2-e911-a93c-00155d290a08
\\8bdf9e5d-fee0-e911-a94b-00155d290a08",
"PathGlobal": {
"Values": [{
"Culture": "de",
"Text": "Vorgang Suche\\Document type test" }, {
"Culture": "en",
"Text": "Process search\\Document type test" }] }},
"WriteRoleId": "00000000-0000-0000-0000-000000000000" }],
"SessionCount": 1
}
}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Root folder not found (10023) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |