v1
latestOpenAPI 3.0.02026-07-232635107.7 KBRecords
Get collection of related records within one cataloguing level
Values of {parentId}, {batchStartRecordId} and {batchStartMark} are case sensitive
get/records/v1/children/{parentId}
Path parameters
parentIdstring required
ID of the parent record
Query parameters
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