Skip to the content

Automate Everything !

🤖 Explore with AI: ChatGPT Perplexity Claude Google AI Grok

For Enterprises | Teams | Start-Ups

eZintegrations – AI Workflows & AI Agents Automation Hub

eZintegrations – AI Workflows & AI Agents Automation Hub

Automate to Innovate

0
$0.00
eZintegrations – AI Workflows & AI Agents Automation Hub

eZintegrations – AI Workflows & AI Agents Automation Hub

Automate to Innovate

Menu
0
$0.00
  • Categories
    • Workflow Automation
    • AI Workflow
    • AI Agent
    • Agentic AI
  • Home
  • Automate Now !
  • About Us
  • Contact
  • Blog
  • Free AI Workflow
  • Free AI Agents

eZintegrations

  • eZintegrations Introduction
  • Data Source API
    • Response Parameters: Text, XML, and JSON Formats
    • Environment Settings for Reusable and Dynamic Configuration
    • API Numeric Parameters for Pagination and Record Limits
    • API Time Parameters for Date and Time-Based Data Filtering
    • Authorization
    • How to test the Data Source API
    • Pre- Request Scripts
      • Pre- Request Scripts for Amazon S3
      • Pre- Request Scripts for Azure Cosmos DB
      • Pre-Request Script for Amazon SP API
      • Pre- Request Scripts
    • API Pagination Methods
      • Custom Pagination
      • Encoded Next Token Pagination
      • Cursor Pagination
      • Pagination with Body
      • Total Page Count Pagination
      • Offset Pagination
      • Next URL Pagination
      • API Pagination Introduction
      • Pagination examples
        • SAP Shipment API Pagination
        • Amazon SP API Pagination

Goldfinch AI

  • Goldfinch AI Introduction

Bizdata API

  • Universal API for Database
    • API for PostgreSQL Database – Universal API
    • API for Amazon Aurora Database (MySQL/Maria) – Universal API
    • API for Amazon Redshift Database – Universal API
    • API for Snowflake Database – Universal API
    • API for MySQL/Maria Database – Universal API
    • API for MS-SQL Database-Universal API
    • API for Oracle Database- Universal API
    • Introduction to Universal API for Databases
  • SFTP API
    • SFTP API
  • Document Understanding APIs
    • Document Understanding API- Extract data from Documents
  • Web Crawler API
    • Web Crawler API – Fast Website Scraping
  • AI Workflow Testing APIs
    • Netsuite Source Testing API (Netsuite API Replica)
    • Salesforce Testing API (Salesforce API replica)
    • OAuth2.0 Testing API 
    • Basic Auth Testing API 
    • No Auth Testing API
    • Pagination with Body Testing API
    • Next URL Pagination Testing API 
    • Total Page Count Pagination Testing API
    • Cursor Pagination Testing API 
    • Offset Pagination Testing API
  • Import IB API
    • Import IB API
  • Linux File & Folder Monitoring APIs
    • Linux File & Folder Monitoring APIs
  • Webhook
    • Webhook Integration-Capture Events in Real Time
  • Websocket
    • Websocket Integration- Fetch Real Time Data
  • Image Understanding
    • Image Understanding API – Extract data from Images
View Categories

API for MS-SQL Database-Universal API

The Universal API for MS-SQL Database provides a unified interface to interact with MS-SQL Database instances. Using this API, you can securely authenticate and execute SQL queries, including SELECT, INSERT, UPDATE, and DELETE operations, without worrying about database-specific connection details.

This API leverages OAuth 2.0 for secure authentication, enabling developers to focus on data analytics, reporting, and application logic while maintaining full control over Microsoft SQL Server operations. Whether you are retrieving data or performing schema updates, the Universal API simplifies and standardizes database interactions.

Below are the endpoints and usage details to get started with Microsoft SQL Server operations using the Universal API:

POST Token

Endpoint: {{base_url}}/token

This endpoint is used to retrieve an authentication token from the API. The token serves as an authorization mechanism to access and interact with the various API endpoints.

Body (form-data)

  • username: {{Username}}
  • password: {{Password}}

POST – API for MS-SQL Database

Endpoint: {{base_url}}/universalAPI?db_name=Microsoft SQL Server&db_version=All

This endpoint allows access to the Universal API of the BizData360 platform for interacting with Microsoft SQL Server databases securely and efficiently.

Authorization

OAuth 2.0

Query Parameters

  • db_name: Microsoft SQL Server
  • db_version: All

Body (raw JSON)

{
  "username": "{{username}}",
  "password": "{{password}}",
  "query": "{{SELECT/INSERT QUERY}}",
  "schema_name": "{{schema_name}}",
  "hostname": "{{host_name}}",
  "portnumber": {{port_number}}
}

Updated on December 11, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
API for MySQL/Maria Database – Universal APIAPI for Oracle Database- Universal API
Table of Contents
  • POST Token
    • Body (form-data)
  • POST - API for MS-SQL Database
    • Authorization
    • Query Parameters
    • Body (raw JSON)
© Copyright 2025 Bizdata Inc. | All Rights Reserved | Terms of Use | Privacy Policy