GET Category

Retrieves a specific Category by its Id (UUID) or Code (string)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response

FieldTypeDescription
idGuidUnique identifier of the category.
codeStringCategory code used for identification.
nameStringName of the category.
descriptionStringDescription of the category.
isActiveBooleanIndicates whether the category is active.
parentIdGuid/nullID of the parent category. null for top-level categories.
orderIntDisplay order of the category among siblings.
urlStringSlug or address path of the category.
iconUrlStringURL of the icon associated with the category.
imageUrlStringURL of the main image for the category.
hexColorHexadecimalHexadecimal color associated with the category.
childrenArrayList of nested child categories. Each child has the same schema.
clientIdStringIdentifier of the client associated with this category.
createDateDateTimeTimestamp of when the category was created.
lastUpdateDateTimeTimestamp of the last update made to the category.
Path Params
string
required
Defaults to 1

Category.Id or Category.Code

string
enum
required
Defaults to api-hlog
Allowed:
Query Params
boolean
Defaults to true

Include levels below.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Choose an example:
application/json