Get a single category
GET /cms/category/{category_id}
GET
/cms/category/{category_id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” category_id
required
string
Category ID or slug
Responses
Section titled “ Responses ”Category
Category
API representation of a category
object
id
Category ID
integer format: int64
name
Category name
string
signature
Signature
string
slug
Slug
string
typeId
Type ID or object
parentId
Parent category ID
parent
Parent object
image
Image URL
string
cover
Cover URL
string
logo
Logo URL
string
paid
Paid flag
integer
objectType
PHP class name of the object
string
url
Absolute URL
string
cssCode
CSS code
string
template
Template name
string
tagline
Tagline
string
link_param
Link parameter
string
description
Description
string
metaDescription
Meta description
string
order
Order
pageId
Page ID
articlesCount
Articles count
integer
allowComments
Allow comments flag
boolean
accessType
Access type of the category (e.g., public, restricted)
string
status
Status
string
children
Array<object> recursive
Not found