You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculates the correct base URL to use for the given API type.
Parameters:
connectionType: a connection type name for the API being used ("ADMIN", "CADMIN", "DATA", "CDATA", "ODATA", or "CODATA")
hostname: the hostname or IP address of the server
database: except for the ADMIN or CADMIN connection types, the name of the database is required
port: optional, use to specify a port other than default 443
Output
API endpoint, with trailing slash
Error:
none (blank result)
Connection types prefixed with "C" are used to denote FileMaker Cloud based servers, since these use different API endpoints than the on-premise versions.