SchemaDesignerServicesGetSchemaOutofSyncAssets Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<SchemaAssets> GetSchemaOutofSyncAssets( SchemaPagesGetInput data )
Object containg the unique Id of the Schema
{ "data": { "UniqueID": "schemas/194" } }
Collection of Assets that are using previous version of given Schema
{ "code": 0, "error": null, "message": [{ "ID": "a/9", "Name": "Terms|a/9", "AssignedGroup": "", "AssignedUser": "INGENIUX\\awang", "CheckedOut": false, "Icon": 2, "RootName": "Details", "SchemaVersion": 3, "Score": -1 }, { "ID": "a/10", "Name": "Features|a/10", "AssignedGroup": "", "AssignedUser": "", "CheckedOut": false, "Icon": 2, "RootName": "Details", "SchemaVersion": 3, "Score": -1 }, { "ID": "a/8", "Name": "Services|a/8", "AssignedGroup": "", "AssignedUser": "INGENIUX\\awang", "CheckedOut": false, "Icon": 2, "RootName": "Details", "SchemaVersion": 3, "Score": -1 }] }
If Schema doesn't exist, returns error status
Only Schemas not in draft mode are allowed to retrieve out of sync pages. If Schema is in draft mode, returns error status