Untitled

 avatar
unknown
plain_text
4 years ago
799 B
6
Indexable
{
    "success": true,
    "message": "Data found.",
    "code": 200,
    "data": [
        {
            "id": "26d475c0-a97c-4e19-892b-bb537b29527c",
            "departure_time": "12:00",
            "arrival_time": "13:59",
            "vendor_name": "Vendor Made",
            "vendor_avatar_url": null,
            "boat_image_url": null
        }
    ],
    "meta": {
        "current_page": 1,
        "first_page_url": "http://localhost:8000/api/v1/public/schedule?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://localhost:8000/api/v1/public/schedule?page=1",
        "next_page_url": null,
        "path": "http://localhost:8000/api/v1/public/schedule",
        "per_page": 15,
        "prev_page_url": null,
        "to": 1,
        "total": 1
    }
}
Editor is loading...