PocketBase.viewRecordAuth

View the given record by id (auth collections)

class PocketBase
public
RecordType
viewRecordAuth
(
RecordType
)
(
string table
,
string id
)

Parameters

table string

the table to lookup the record in

id string

the id to lookup the record by

Return Value

Type: RecordType

The found record of type <code>RecordType</code>

Meta