Platforms to show: All Mac Windows Linux Cross-Platform

Back to FMConnectionMBS class.

FMConnectionMBS.CAPath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The path for the cacert.pem file with the valid root certificates.

If set, we can verify SSL certificates.
(Read and Write property)

FMConnectionMBS.Headers as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Additional headers to include with each request.
Example
Dim d As New FMAdminMBS
// optional headers
d.Headers.Value("User-Agent") = "FileMaker Admin API Test 1.0"

(Read and Write property)

FMConnectionMBS.Password as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The password to use for basic authorization.

(Read and Write property)

FMConnectionMBS.Server as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The server to use.

Set to IP or domain name.
We prepend https:// when doing the request.
(Read and Write property)

FMConnectionMBS.SessionToken as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The session token for the current session.

Automatically set when doing login.
(Read and Write property)

FMConnectionMBS.Username as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The user name to use for basic authorization.

(Read and Write property)

FMConnectionMBS.Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
FileMaker Data API version requested.

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.


The biggest plugin in space...