GET /api/v1/product/?format=api&page=11
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=12",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&page=10",
    "results": [
        {
            "id": 317,
            "title": "HM-758"
        },
        {
            "id": 315,
            "title": "HM-9402"
        },
        {
            "id": 313,
            "title": "HD-S5"
        },
        {
            "id": 312,
            "title": "HD-8829"
        },
        {
            "id": 311,
            "title": "HD-8981"
        },
        {
            "id": 310,
            "title": "HD-623B"
        },
        {
            "id": 309,
            "title": "MC-R95"
        },
        {
            "id": 308,
            "title": "FC-5440"
        },
        {
            "id": 307,
            "title": "FC-702"
        },
        {
            "id": 306,
            "title": "EB-9460"
        }
    ]
}