Search models connection string
{ findModelConnection }
Returns a list of Semantic Data Models and their properties based on search criteria
Method
/API3/dataSources/findModelConnection
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
Input Parameters
Name
searchCriteria
Object Type
Description
The search criteria for finding data sources connections and their properties.
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
The connection object representing the details of the data sources.. Note that the response is returned as a list of items of this object type.
Notes
A semantic model's ID is known as its 'connection string'. This ID is often needed in other API calls.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP