Click or drag to resize

TaxonomyTreeServicesGetStats Method


Retrieves the statistics of the Taxonomy system

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<TaxonomyStats> GetStats()

Return Value

Type: XHRServiceResponseGenericTaxonomyStats

The summary information of the Taxonomy system

Examples
Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": {
        "categoriesCount": 8,
        "createdCount": 8,
        "lastUpdate": "20140203T18:06:40",
        "translatedCount": 0
    }
}
See Also