GET /api/v1/product/?format=api&ordering=-id&page=5
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=6",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-id&page=4",
    "results": [
        {
            "id": 388,
            "title": "8002 Pure"
        },
        {
            "id": 387,
            "title": "7002 Pure"
        },
        {
            "id": 386,
            "title": "6002 Pure"
        },
        {
            "id": 385,
            "title": "8001 Aero"
        },
        {
            "id": 384,
            "title": "7001 Aero"
        },
        {
            "id": 383,
            "title": "6001 Aero"
        },
        {
            "id": 382,
            "title": "ART-FC-722"
        },
        {
            "id": 381,
            "title": "ART-FC-205"
        },
        {
            "id": 380,
            "title": "TE-3.8CN"
        },
        {
            "id": 379,
            "title": "TE-38D"
        }
    ]
}