Skip to main content

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

  • Username and password

  • Suitable for internal systems

OAuth 2.0

  • Client ID and Secret or User ID and Password

  • Token endpoint URL

  • Scope (if required)

API Key

  • Header name (e.g., X-API-Key)

  • Key value

Access Key

  • Key value

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]

Was this article helpful?

We're sorry to hear that.