Get database names
To retrieve the database names for all databases that are hosted and enabled for access via FileMaker Data API, use an HTTP GET method with the databases
API endpoint.
HTTP method |
GET |
URL |
Format: fmi/data/version/databases version – the FileMaker Data API version requested can use |
HTTP header |
The Authorization header is dependent on the Filter Databases in Client Applications setting in Admin Console.
|
Parameters | None |
Response |
A databases array listing the database names, and a messages array showing an error code of 0. For example: Copy
See Error responses. |