API Live Demos

Selected Example: list-recommended-repairs

Back to examples list

Request Information:

Method: GET
URL: /recommended_repairs
Query Parameters:
pageSize: 5
Headers:
Authorization: Bearer ***
Accept: application/json
Content-Type: application/json

API Response:

{
    "data": [
        {
            "id": 717073,
            "shopid": "6062",
            "repair_order_id": 1049,
            "complaint_id": 1160,
            "description": "Customer Declined: THE VEHICLE NEEDS A FOUR WHEEL ALIGNMENT.",
            "total_recommended": 102.5,
            "original_complaint_id": 0,
            "original_repair_order_id": 0,
            "technician_notes": "",
            "timestamp": "2018-07-23T18:15:44.000000Z",
            "updated_at": null
        },
        {
            "id": 807896,
            "shopid": "6062",
            "repair_order_id": 1007,
            "complaint_id": 1007,
            "description": "Customer Declined: THE LEFT FRONT WHEEL BEARING NEEDS REPLACEMENT.",
            "total_recommended": 40,
            "original_complaint_id": 0,
            "original_repair_order_id": 0,
            "technician_notes": "",
            "timestamp": "2018-10-15T23:34:41.000000Z",
            "updated_at": null
        },
        {
            "id": 830659,
            "shopid": "6062",
            "repair_order_id": 1199,
            "complaint_id": 0,
            "description": "Needs a new mirror",
            "total_recommended": 35,
            "original_complaint_id": 0,
            "original_repair_order_id": 0,
            "technician_notes": null,
            "timestamp": "2018-11-02T23:36:04.000000Z",
            "updated_at": null
        },
        {
            "id": 906696,
            "shopid": "6062",
            "repair_order_id": 1149,
            "complaint_id": 1153,
            "description": "Customer Declined: THE RIGHT FRONT WHEEL BEARING NEEDS REPLACEMENT.",
            "total_recommended": 47.59,
            "original_complaint_id": 0,
            "original_repair_order_id": 0,
            "technician_notes": "",
            "timestamp": "2019-01-11T18:17:43.000000Z",
            "updated_at": null
        },
        {
            "id": 1015253,
            "shopid": "6062",
            "repair_order_id": 1240,
            "complaint_id": 1286,
            "description": "Customer Declined: THE ALARM SYSTEM IS NOT WORKING PROPERLY.",
            "total_recommended": 88.36,
            "original_complaint_id": 0,
            "original_repair_order_id": 0,
            "technician_notes": "",
            "timestamp": "2019-03-26T16:10:23.000000Z",
            "updated_at": null
        }
    ],
    "links": {
        "first": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=1",
        "last": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=36",
        "prev": null,
        "next": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 36,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=10",
                "label": "10",
                "active": false
            },
            {
                "url": null,
                "label": "...",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=35",
                "label": "35",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=36",
                "label": "36",
                "active": false
            },
            {
                "url": "https://dev.shopboss.io/api/v1/recommended_repairs?pageSize=5&page=2",
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://dev.shopboss.io/api/v1/recommended_repairs",
        "per_page": 5,
        "to": 5,
        "total": 177
    }
}

API Live Demos - api-live-demos.test