GET /api/v1/product/?format=api&ordering=-id&page=9
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=10",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-id&page=8",
    "results": [
        {
            "id": 340,
            "title": "MG23G01B"
        },
        {
            "id": 339,
            "title": "EK 4350"
        },
        {
            "id": 338,
            "title": "Sherdor"
        },
        {
            "id": 337,
            "title": "VCU 0120"
        },
        {
            "id": 336,
            "title": "6002"
        },
        {
            "id": 335,
            "title": "TT80P"
        },
        {
            "id": 333,
            "title": "TG110FP"
        },
        {
            "id": 332,
            "title": "TG100FP"
        },
        {
            "id": 331,
            "title": "TG90P"
        },
        {
            "id": 330,
            "title": "TG70P"
        }
    ]
}