Skip to main content
GET
List proposed rewrites

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.

Query Parameters

status
enum<string>

Which proposals to read: the ones still waiting, the ones already decided, or all of them.

Available options:
pending,
approved,
rejected,
all
action
enum<string>

Keep only proposals that would do this to the content.

Available options:
REESCREVER,
MELHORAR,
CONSOLIDAR,
QUEBRAR,
CORRIGIR_CONFIG
searchTerm
string

Substring match on the analysed question, the analysed answer and the proposed one.

offset
integer<int32>
default:0

Rows to skip. Page with total and hasNext from the response.

limit
integer<int32>
default:50

Page size. Capped at 200.

Response

One page of proposals.

One page of proposals.

items
object[]
required

The proposals on this page, most impactful first.

total
integer<int64>
required

Total matching the query, across all pages.

Example:

31

offset
integer<int32>
required

Offset this page started at.

Example:

0

limit
integer<int32>
required

Page size actually applied (capped at 200).

Example:

50

hasNext
boolean
required

Whether another page follows.

Example:

false