GET /api/v1/product/?format=api&page=4
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&page=5",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&page=3",
    "results": [
        {
            "id": 411,
            "title": "L-0960 Touch"
        },
        {
            "id": 406,
            "title": "Emura Inverter"
        },
        {
            "id": 404,
            "title": "HM-5035"
        },
        {
            "id": 403,
            "title": "HM-338"
        },
        {
            "id": 402,
            "title": "ART-MG-2750"
        },
        {
            "id": 401,
            "title": "HB-6410"
        },
        {
            "id": 400,
            "title": "HD-6228"
        },
        {
            "id": 398,
            "title": "NFCH900"
        },
        {
            "id": 397,
            "title": "NHCH900"
        },
        {
            "id": 396,
            "title": "NUCH900"
        }
    ]
}