OData Connections
OData provides standardized REST-based data access with rich query capabilities.
Connection Parameters for Configuration
Basic Configuration
Service URL: Base OData endpoint
Authentication Type: Basic, OAuth2, API Key
Version: OData v2.0 or v4.0
Format: JSON (recommended) or XML
Authentication Options
Authentication Type |
Required Configuration Details |
|---|---|
Basic Authentication |
|
OAuth 2.0 |
|
API Key |
|
Access Key |
|
Supported Systems
Database |
Parameters |
|---|---|
Microsoft Dynamics 365 |
yaml OData URL: https://api.businesscentral.dynamics.com/v2.0/TenantId Authentication Type: OAuth Credentials Type: Client Credential OAuth URL: https://login.microsoftonline.com/TenantId/oauth2/v2.0/token Client ID: [client_id] Client Secret: [client_secret] Scope: [scope] Resource: [optional] Parameters: Company: [company_value] |
On-Premises SuccessFactors - Custom API (Client Credentials) |
yaml OData URL: [service_url] Authentication Type: OAuth Credentials Type: Client Credential OAuth URL: [oauth_endpoint] Client ID: [client_id] Client Secret: [client_secret] Scope: [scope] |
Custom API (Basic Auth) |
yaml OData URL: [service_url] Authentication Type: OAuth Credentials Type: Basic Auth OAuth URL: [oauth_endpoint] User ID: [username] Password: [password] |