List Kb Notifications
AuthorizationBearer <token>
In: header
Query Parameters
unread_only?Unread Only
Default
falselimit?Limit
Default
20Range
1 <= value <= 100offset?Offset
Default
0Range
0 <= valueResponse Body
application/json
application/json
curl -X GET "https://loading/api/v2/kb/notifications"{
"notifications": [
{
"actor_name": "string",
"article_id": "string",
"article_title": "string",
"created_at": "2019-08-24T14:15:22Z",
"id": "string",
"is_read": true,
"message": "string",
"note": "string",
"type": "string"
}
],
"total": 0,
"unread_count": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}