Skip to main content
GET
Count the quality review

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kbId
string
required

Knowledge base to operate on. Get the ids from listMyKnowledgeBases.

Response

The review counters.

How the quality review stands.

pending
integer<int64>
required

Proposals waiting for a decision.

Example:

31

approved
integer<int64>
required

Proposals approved so far.

Example:

12

rejected
integer<int64>
required

Proposals rejected so far.

Example:

5

byAction
object
required

The pending queue broken down by what each proposal would do.

withDuplicateAlert
integer<int64>
required

Pending proposals that risk overlapping content you already have.

Example:

2