Platforms to show: All Mac Windows Linux Cross-Platform

Back to FMConnectionMBS class.

FMConnectionMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

Please use subclasses FMDataMBS and FMAdminMBS.
This constructor is private to make sure you don't create an object from this class by error. Please use designated functions to create objects.

FMConnectionMBS.Login as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Performs login.

On success, updates SessionToken property.
If you don't call Login explicitly or the session token expired, the plugin will call it for you.

FMConnectionMBS.Logout as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Performs logout.

FMConnectionMBS.SendRequest(HTTPMethod as String, Query as String, Body as String = "") as FMResponseMBS   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Private method to sends a request to the server.

This is to help with future API calls not yet supported or in case you like to do one yourself instead of using our existing methods.
If body contains something, we pass it with the request.

The items on this page are in the following plugins: MBS FMAPI Plugin.


The biggest plugin in space...