GET /api/v1/product/?format=api&ordering=id
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 307,
    "next": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id&page=2",
    "previous": null,
    "results": [
        {
            "id": 5,
            "title": "HD 276FN"
        },
        {
            "id": 6,
            "title": "HD 316FN"
        },
        {
            "id": 7,
            "title": "HD 341FNS"
        },
        {
            "id": 8,
            "title": "HD 345RNS"
        },
        {
            "id": 9,
            "title": "HD 395 FWEN Grand Inverter"
        },
        {
            "id": 10,
            "title": "HS 228 RN"
        },
        {
            "id": 11,
            "title": "HS 293 RN"
        },
        {
            "id": 13,
            "title": "HS 137 RN"
        },
        {
            "id": 14,
            "title": "HS 117 RN"
        },
        {
            "id": 16,
            "title": "Everest"
        }
    ]
}