v1
latestOpenAPI 3.0.02026-07-232635107.7 KBRepository
Get Archon records collection
Values of {batchStartRecordId} and {batchStartMark} are case sensitive
get/repository/v1/collection
Query parameters
batchStartRecordIdstring
Value of a record's ID field from which the next page will start. <para>Can be used with {batchStartMark} but {batchStartMark} takes precedence</para>
direction'NEXT' | 'PREV'
Paging direction
includeCursorboolean
Include or exclude cursor in the list of records returned by the query
batchStartMarkstring
Value of a record's SortKey field from which the next page will start. <para>Can be used with {batchStartRecordId} but {batchStartMark} takes precedence</para>
limitinteger
Number of records returned by the request. <b>Range [1,500], default 30</b>
Response
OK