NAV
bash javascript

Info

Welcome to the generated API reference. Get Postman Collection

Home

Get all routes

Example request:

curl -X GET "http://localhost/api/routes" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "http://localhost/api/routes",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

null

HTTP Request

GET api/routes

HEAD api/routes