PocketBase.listRecords

List all of the records in the given table (base collection)

class PocketBase
public
RecordType[]
listRecords
(
RecordType
)
(
string table
,
ulong page = 1
,
ulong perPage = 30
,
string filter = ""
)

Parameters

table string

the table to list from

page ulong

the page to look at (default is 1)

perPage ulong

the number of items to return per page (default is 30)

filter string

the predicate to filter by

Return Value

Type: RecordType[]

A list of type <code>RecordType</code>

Meta