AurionAI Docs

Get Related Articles

GET
/api/v1/help-center/articles/{article_id}/related

Path Parameters

article_id*Article Id

Query Parameters

tenant_id?|

Tenant UUID

locale?Locale
Default"en"
Length2 <= length <= 10
limit?Limit
Default5
Range1 <= value <= 10

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/help-center/articles/string/related"
[
  {
    "collection_name": "string",
    "id": "string",
    "shared_tag_count": 0,
    "slug": "string",
    "tags": [
      "string"
    ],
    "title": "string"
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}