API Reference

Get Categories by Id

Retrieves a specific Category by its ID.

This action returns a specific category and its childrens if includeChildren parameter is defined as true.

Fields retrieved:

FieldTypeDescription
pageIntPage number.
perPageIntNumber of categories per page.
maxCountIntTotal of categories.
sortFieldIntFields filter.
sortAscendingBooleanOrder by ascending (true) or descending (false).
maxPageIntMax number of pages.
categoriesString ArrayCategories list.
parentIdGuidID of category parent.
nameStringCategory name.
codeStringCategory code.
orderIntCategory order.
urlStringCategory address.
iconUrlStringCategory icon address.
imageUrlStringCategory image address.
hexColorHexadecimalCategory color.
descriptionStringCategory description.
childrenString ArrayChildren categories of a category.
Path Params
string
required

Category Id (Guid)

string
required

Use "api" for production enviroment or "hlg-api" for homolog

Query Params
boolean

Include children categories.

Responses

Language
Credentials
:
URL
Choose an example:
application/json