An optional string in the form of a comma-separated list of categories. If this is specified, the service filters the output to include only feedback that has at least one category from the list added.
An optional string in the form of a comma-separated list of categories. If this is specified, the service filters the output to include only feedback that has at least one category from the list unchanged.
An optional string in the form of a comma-separated list of categories. If it is specified, the service filters the output to include only feedback that has at least one category from the list removed.
An optional string that returns the set of documents after the previous set. Use this parameter with the
page_limit
parameter.
An optional string that filters the output to include only feedback from the document with the specified
document_title
.
An optional string that filters the output to include only feedback with the specified feedback type. The
only permitted value is element_classification
.
An optional boolean value. If specified as true
, the pagination
object in the output includes a value
called total
that gives the total count of feedback created.
An optional string that filters the output to include only feedback with the specified model_id
. The only
permitted value is contracts
.
An optional string that filters the output to include only feedback with the specified model_version
.
An optional integer specifying the number of documents that you want the service to return.
An optional comma-separated list of fields in the document to sort on. You can optionally specify the sort
direction by prefixing the value of the field with -
for descending order or +
for ascending order (the
default). Currently permitted sorting fields are created
, user_id
, and document_title
.
An optional string of comma-separated nature
:party
pairs. If this is specified, the service filters the
output to include only feedback that has at least one nature
:party
pair from the list removed.
An optional string of comma-separated nature
:party
pairs. If this is specified, the service filters the
output to include only feedback that has at least one nature
:party
pair from the list unchanged.
An optional string of comma-separated nature
:party
pairs. If this is specified, the service filters the
output to include only feedback that has at least one nature
:party
pair from the list removed.
Generated using TypeDoc
Parameters for the
listFeedback
operation.