BlogCategories
Get one BlogCategory
Retrieve a single BlogCategory record by its Id.
GET
Get one BlogCategory
A blog category is a named grouping of blog posts for a location, used as a public blog filter and to show related posts.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the BlogCategory-Read role.Path Parameters
integer
required
The Id of the BlogCategory record to retrieve.
Code Examples
Response
200
integer
ID of the location this blog category belongs to..
integer
ID of the optional location language this category is limited to; leave unset for a category available in every language..
string
Required category name shown in blog filters and used to group related blog posts..
integer[]
List of IDs of blog posts assigned to this category; when supplied on update, the list replaces the current assignments..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response