Platforms to show: All Mac Windows Linux Cross-Platform
Back to FMConnectionMBS class.
FMConnectionMBS.CAPath as String
Function:
The path for the cacert.pem file with the valid root certificates.
Notes:
If set, we can verify SSL certificates.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
If set, we can verify SSL certificates.
(Read and Write property)
FMConnectionMBS.Headers as Dictionary
Function:
Additional headers to include with each request.
Example:
Notes:
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
Dim d As New FMAdminMBS
// optional headers
d.Headers.Value("User-Agent") = "FileMaker Admin API Test 1.0"
FMConnectionMBS.Password as String
Function:
The password to use for basic authorization.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: (Read and Write property)
FMConnectionMBS.Server as String
Function:
The server to use.
Notes:
Set to IP or domain name.
We prepend https:// when doing the request.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Set to IP or domain name.
We prepend https:// when doing the request.
(Read and Write property)
FMConnectionMBS.SessionToken as String
Function:
The session token for the current session.
Notes:
Automatically set when doing login.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Automatically set when doing login.
(Read and Write property)
FMConnectionMBS.Username as String
Function:
The user name to use for basic authorization.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: (Read and Write property)
FMConnectionMBS.Version as String
Function:
FileMaker Data API version requested.
Notes:
currently v1, v2 or vLatest are allowed.
vLatest is default.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
currently v1, v2 or vLatest are allowed.
vLatest is default.
(Read and Write property)
The items on this page are in the following plugins: MBS FMAPI Plugin.
