GET /api/v1/product/?format=api&ordering=id&page=22
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=23",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id&page=21",
    "results": [
        {
            "id": 321,
            "title": "ART-AH-908A"
        },
        {
            "id": 322,
            "title": "GT-60A"
        },
        {
            "id": 323,
            "title": "0660 Rainbow Touch"
        },
        {
            "id": 324,
            "title": "0960L  Punto"
        },
        {
            "id": 325,
            "title": "1160 Rapido"
        },
        {
            "id": 326,
            "title": "1460 T Shape"
        },
        {
            "id": 329,
            "title": "TG70FP"
        },
        {
            "id": 330,
            "title": "TG70P"
        },
        {
            "id": 331,
            "title": "TG90P"
        },
        {
            "id": 332,
            "title": "TG100FP"
        }
    ]
}