GET /api/v1/product/?format=api&ordering=id&page=12
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=13",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id&page=11",
    "results": [
        {
            "id": 170,
            "title": "UA32H3200"
        },
        {
            "id": 171,
            "title": "UA32H4101"
        },
        {
            "id": 172,
            "title": "H3401"
        },
        {
            "id": 174,
            "title": "H3502"
        },
        {
            "id": 175,
            "title": "YA32LH1600"
        },
        {
            "id": 176,
            "title": "YA43LF1600"
        },
        {
            "id": 180,
            "title": "A75LU6500"
        },
        {
            "id": 191,
            "title": "UA43H3401"
        },
        {
            "id": 192,
            "title": "UA43H3502"
        },
        {
            "id": 196,
            "title": "Prime Edition MQ9700"
        }
    ]
}