Interface ReferenceTablesApiListReferenceTableRowsRequest

Hierarchy

  • ReferenceTablesApiListReferenceTableRowsRequest

Properties

id: string

Unique identifier of the reference table to list rows from.

pageContinuationToken?: string

Opaque cursor from the previous response's next link. Pass this to retrieve the next page on the same consistent snapshot.

pageLimit?: number

Number of rows to return per page. Defaults to 100, maximum is 1000.

Generated using TypeDoc