v1
latestOpenAPI 3.0.02026-08-06151101754.7 KBArticle groups
Returns a specific article group
get/articles/groups/{groupId}
Path parameters
groupIdinteger required
Article group id
Response
Article group
Example response
{
"data": {
"id": 1,
"name": "Tools",
"color": "#00BFFF",
"contrast_color": "DARK",
"first_line": "First line",
"icon": "fas fa-layer-group"
}
}