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": 466,
            "title": "VCB 2250"
        },
        {
            "id": 465,
            "title": "MWO 2340"
        },
        {
            "id": 464,
            "title": "MWO 2036"
        },
        {
            "id": 463,
            "title": "MWO 2549"
        },
        {
            "id": 462,
            "title": "SHS900SN"
        },
        {
            "id": 461,
            "title": "SHS880SN"
        },
        {
            "id": 460,
            "title": "SHS800SN"
        },
        {
            "id": 459,
            "title": "SHS700SN"
        },
        {
            "id": 458,
            "title": "SHD1600SN"
        },
        {
            "id": 457,
            "title": "SHD1500SN"
        }
    ]
}