GET /api/v1/product/?format=api&ordering=-title&page=6
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=7",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=5",
    "results": [
        {
            "id": 27,
            "title": "TC100P"
        },
        {
            "id": 218,
            "title": "Simfoniya 02-K"
        },
        {
            "id": 338,
            "title": "Sherdor"
        },
        {
            "id": 83,
            "title": "Shape 1360 T"
        },
        {
            "id": 20,
            "title": "Shahrisabz"
        },
        {
            "id": 253,
            "title": "Sensei"
        },
        {
            "id": 252,
            "title": "Sendo"
        },
        {
            "id": 353,
            "title": "SVC 2144"
        },
        {
            "id": 462,
            "title": "SHS900SN"
        },
        {
            "id": 461,
            "title": "SHS880SN"
        }
    ]
}