GET /api/v1/product/?format=api&ordering=id&page=8
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=9",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id&page=7",
    "results": [
        {
            "id": 111,
            "title": "3618 E"
        },
        {
            "id": 112,
            "title": "4218 Retro"
        },
        {
            "id": 113,
            "title": "4218 L"
        },
        {
            "id": 114,
            "title": "4218 E"
        },
        {
            "id": 115,
            "title": "4502"
        },
        {
            "id": 116,
            "title": "4816"
        },
        {
            "id": 118,
            "title": "ART-T21S"
        },
        {
            "id": 120,
            "title": "GRAND Apetito 02 G"
        },
        {
            "id": 121,
            "title": "Grand Simfoniya 02-G"
        },
        {
            "id": 122,
            "title": "Grand Simfoniya 04-E"
        }
    ]
}