GET /api/v1/product/?format=api&ordering=-title&page=10
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=-title&page=11",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=9",
    "results": [
        {
            "id": 281,
            "title": "R WH 1,5"
        },
        {
            "id": 80,
            "title": "Punto 0990L"
        },
        {
            "id": 79,
            "title": "Punto 0960L"
        },
        {
            "id": 196,
            "title": "Prime Edition MQ9700"
        },
        {
            "id": 214,
            "title": "Prime Edition MQ9700"
        },
        {
            "id": 78,
            "title": "Prima-Retro 0760"
        },
        {
            "id": 77,
            "title": "Prima Lux 0760"
        },
        {
            "id": 74,
            "title": "Prima 0860L"
        },
        {
            "id": 72,
            "title": "Premio i95-1720"
        },
        {
            "id": 70,
            "title": "Premio i95-1020"
        }
    ]
}