loadConfigRecordById
Server Function to load a config record and return the record object.
Parameters
Example Usages
let record = await brixxServerApi.loadConfigRecordById("address", req.body.parameters.addressId);Last updated