GET /api/v1/product/?format=api&ordering=-title&page=11
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=12",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=10",
    "results": [
        {
            "id": 71,
            "title": "Premio i75-1720"
        },
        {
            "id": 68,
            "title": "Premio i75-1020"
        },
        {
            "id": 106,
            "title": "Premio I7015"
        },
        {
            "id": 69,
            "title": "Premio A64-1730"
        },
        {
            "id": 67,
            "title": "Premio A64-1030"
        },
        {
            "id": 346,
            "title": "Premio A64-0720"
        },
        {
            "id": 475,
            "title": "PUCH010"
        },
        {
            "id": 396,
            "title": "NUCH900"
        },
        {
            "id": 397,
            "title": "NHCH900"
        },
        {
            "id": 398,
            "title": "NFCH900"
        }
    ]
}