Click or drag to resize

TaxonomyTreeServicesGetStats Method


Retrieves the statistics of the Taxonomy system

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

Return Value

XHRServiceResponseGenericTaxonomyStats

The summary information of the Taxonomy system

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