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

{
    "count": 307,
    "next": null,
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=30",
    "results": [
        {
            "id": 413,
            "title": "1560 Touch"
        },
        {
            "id": 326,
            "title": "1460 T Shape"
        },
        {
            "id": 238,
            "title": "137SD"
        },
        {
            "id": 412,
            "title": "1160 Touch"
        },
        {
            "id": 325,
            "title": "1160 Rapido"
        },
        {
            "id": 324,
            "title": "0960L  Punto"
        },
        {
            "id": 323,
            "title": "0660 Rainbow Touch"
        }
    ]
}