loadConfigRecordById

Server Function to load a config record and return the record object.

Parameters

  1. requestBody - The Gebra Suite Api uses this to get the url and user information to access the Gebra Suite Server.

  2. mode - Config name

  3. id - Record Id

Example Usages

loads a record and stores it in a variable

   let record = await brixxServerApi.loadConfigRecordById(req.body, "address", req.body.parameters.addressId);

Last updated