This post will help you to understand. How can you call an API created from ASP.NET MVC and calling from PHP? API was created for the notification purpose for school.API Database is SQL server and server-side language is C#. You will see in this post how can you consume a post API created from other language and consume by PHP
Data Model
Field
|
Description
|
ID
|
Row ID (Auto Increment)
|
NotesText
|
Text of notification
|
NotesType
|
Attachment Type (Text,Link,File)
|
Path
|
Location of Attachemntq
|
ClassID
|
Class Name
|
NewGIF
| |
CreateDate
|
Created Date
|