GET /api/v1/product/?format=api&ordering=id&page=2
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=3",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id",
    "results": [
        {
            "id": 18,
            "title": "Iceberg"
        },
        {
            "id": 19,
            "title": "Marvarid"
        },
        {
            "id": 20,
            "title": "Shahrisabz"
        },
        {
            "id": 22,
            "title": "WF60H023C"
        },
        {
            "id": 23,
            "title": "WF60F010A"
        },
        {
            "id": 24,
            "title": "WF60K060C"
        },
        {
            "id": 27,
            "title": "TC100P"
        },
        {
            "id": 28,
            "title": "TG50P"
        },
        {
            "id": 30,
            "title": "TG70FP"
        },
        {
            "id": 35,
            "title": "TG90P"
        }
    ]
}