get https://testapi.imis.com/Asi.Scheduler_SDKDemo/api/
Get a list of records from a data contract
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Get a list of records from a data contract
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
jQuery.ajax("https://myserver.com/api/country", {
type : "GET",
contentType: "application/json",
headers: {"RequestVerificationToken": document.getElementById("__RequestVerificationToken").value},
success: function(data){console.log(data);}
})
Try It!
to start a request and see the response here! Or choose an example: