TaxonomyTreeServicesGetCategoriesInfo Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<CategoryListItem[]> GetCategoriesInfo( string[] categoryIds )
Array of Ids of Categories
{
"categoryIds": ["CategoryNodes/34", "CategoryNodes/33", "CategoryNodes/66"]
}Array of basic information for the given Categories, including Id, Name and Path.
{
"code": 0,
"error": null,
"message": [{
"name": "Cestida",
"id": "CategoryNodes\/34",
"path": "Animalia\/Ctenophora\/Cestida"
}, {
"name": "Cydippida",
"id": "CategoryNodes\/33",
"path": "Animalia\/Ctenophora\/Cydippida"
}, {
"name": "Monera",
"id": "CategoryNodes\/67",
"path": "Monera"
}]
}All non-existing Categories will be bypassed.