v1
latestOpenAPI 3.0.02026-07-232635107.7 KBRecords
Get collection of records with the same citable reference
Values of {reference}, {batchStartRecordId} and {batchStartMark} are case sensitive
get/records/v1/collection/{reference}
Path parameters
referencestring required
Citable reference
Query parameters
source'TNA' | 'A2A' | 'PA' | 'All'
Records source filter. Default All
direction'NEXT' | 'PREV'
Paging direction
includeCursorboolean
Include or exclude cursor in the list of records returned by the query
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>
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