Showing posts with label Integration. Show all posts
Showing posts with label Integration. Show all posts

Understanding HTTP, Web APIs, and API Endpoints

 

Understanding HTTP, Web APIs, and API Endpoints

In the digital age, the seamless interaction between different software applications is paramount. This is where the concepts of HTTP, Web APIs, and API endpoints come into play, serving as the backbone of communication in the vast landscape of the internet and software applications. Let's delve into these concepts to understand their roles and how they work together to facilitate this communication.

Pagination Methods in Dynamics 365 Integration: An In-Depth Guide

 

Pagination Methods in Dynamics 365 Integration: An In-Depth Guide

Introduction

When working with Dynamics 365, especially when integrating it with other systems, you'll often have to retrieve large sets of data. However, due to performance considerations, APIs usually impose a limit on the number of records you can fetch in a single request. This necessitates the use of pagination to get the entire dataset. This guide aims to provide a comprehensive understanding of different pagination methods, their advantages and drawbacks, and how to apply them in Dynamics 365 integration scenarios.

[TIPS] Add Custom Connector for ChatGPT in Power Platform

 [TIPS] Add Custom Connector for ChatGPT in Power Platform

Call third party webapi from plugin using secure/ unsecure configuration (Sample C# code)

 Call third party webapi from plugin using secure/ unsecure configuration (Sample C# code)

Reference