Lists chunks for a document
Path parameters
Spectron context id
Document id fragment
Query parameters
Max chunks to return (default 100, max 500)
Continuation token from the previous page's page.nextCursor
Also return page.totalSize (costs a full count of the document's chunks)
Deprecated: zero-based page index. Use cursor.
Deprecated: page size. Use limit.
Response
Changes
Changed in 3 of the 5 revisions of this API.329
- ▲
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
- ▲
- ●
deleted the
queryrequest parameterpage_sizerequest-parameter-removed
- ○
added the new optional
queryrequest parameterpageSizenew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
deleted the
queryrequest parameterpageSizerequest-parameter-removed
- ○
added the new optional
queryrequest parameterpage_sizenew-optional-request-parameter
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●