GET /api/v1/product/?format=api&ordering=-title&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=-title&page=3",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title",
    "results": [
        {
            "id": 137,
            "title": "WF80K237DW"
        },
        {
            "id": 138,
            "title": "WF80G447DW"
        },
        {
            "id": 270,
            "title": "WF70L0505K"
        },
        {
            "id": 264,
            "title": "WF70L0505K"
        },
        {
            "id": 24,
            "title": "WF60K060C"
        },
        {
            "id": 22,
            "title": "WF60H023C"
        },
        {
            "id": 23,
            "title": "WF60F010A"
        },
        {
            "id": 337,
            "title": "VCU 0120"
        },
        {
            "id": 355,
            "title": "VCC3507"
        },
        {
            "id": 349,
            "title": "VCC 4530"
        }
    ]
}