loadConfigRecordById
Server Function to load a config record and return the record object.
Parameters
- requestBody - The Gebra Suite Api uses this to get the url and user information to access the Gebra Suite Server. 
- mode - Config name 
- id - Record Id 
Example Usages
loads a record and stores it in a variable
   let record = await serverApi.loadConfigRecordById(req.body, "address", req.body.parameters.addressId);Last updated
Was this helpful?