Lists keywords across the Context
Path parameters
Spectron context id
Query parameters
Case-insensitive substring match on text
Minimum number of linked documents
Sort key
Max keywords to return (default 100, max 500)
Continuation token from the previous page's page.nextCursor. Only valid for the sort it was minted under.
Also return page.totalSize (costs a full count of the filtered set)
Deprecated: zero-based page index. Use cursor.
Deprecated: page size. Use limit.
Response
Changes
Changed in 1 of the 5 revisions of this API.37
- ▲
the
pageresponse's property type/format changed frominteger/int32toobject/for status200response-property-type-changed
- ▲
removed the required property
pageSizefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
totalfrom the response with the200statusresponse-required-property-removed
- ○
added the new optional
queryrequest parametercountnew-optional-request-parameter
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the optional property
page/nextCursorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
page/totalSizeto the response with the200statusresponse-optional-property-added
- ○
added the required property
page/hasMoreto the response with the200statusresponse-required-property-added
- ▲