TaxonomyTreeServicesGetStats Method Ingeniux CMS Web Services API

Retrieves the statistics of the Taxonomy system

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
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

Reference