GET /api/v1/product/?format=api&ordering=id&page=27
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=28",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id&page=26",
    "results": [
        {
            "id": 382,
            "title": "ART-FC-722"
        },
        {
            "id": 383,
            "title": "6001 Aero"
        },
        {
            "id": 384,
            "title": "7001 Aero"
        },
        {
            "id": 385,
            "title": "8001 Aero"
        },
        {
            "id": 386,
            "title": "6002 Pure"
        },
        {
            "id": 387,
            "title": "7002 Pure"
        },
        {
            "id": 388,
            "title": "8002 Pure"
        },
        {
            "id": 396,
            "title": "NUCH900"
        },
        {
            "id": 397,
            "title": "NHCH900"
        },
        {
            "id": 398,
            "title": "NFCH900"
        }
    ]
}