Geting Started

A basic guide to get you started with the result tracker api

Basic Details

This is the MAIN URL where you will be adding the endpoints for forming the complete api call:

https://atdebjoy.com/others/api/perform

Example

This is the endpoint for retrieving profile details of user using endpoint:

/basic_details.php GET 1 Profile:

https://atdebjoy.com/others/api/perform/basic_details.php?profile&stud_id=42&pass=1234abcd

Try it   

Response   Success

{
   "code":202,
   "response":{
      "full_name":"Daniel Lennert",
      "username":"danny",
      "email":"[email protected]"
   }
}

Demo User Details

You can use these details to try out the api calls and for development purpose only. Endpoints like Update, Add, Delete won't have an effect on this demo user. For that create a new user:

Details:

  • Full Name(name) Daniel Lennert
  • user_id 42
  • username danny
  • Email ID(email) [email protected]
  • Password(pwd) 1234abcd