GET /api/v1/product/?format=api
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=2",
    "previous": null,
    "results": [
        {
            "id": 476,
            "title": "AK-00"
        },
        {
            "id": 475,
            "title": "PUCH010"
        },
        {
            "id": 474,
            "title": "AVL-DW14"
        },
        {
            "id": 473,
            "title": "BO 7010"
        },
        {
            "id": 472,
            "title": "BO 7009"
        },
        {
            "id": 471,
            "title": "VCC 2255"
        },
        {
            "id": 470,
            "title": "VCC 2040"
        },
        {
            "id": 469,
            "title": "VCB 2244"
        },
        {
            "id": 468,
            "title": "VCC 2248"
        },
        {
            "id": 467,
            "title": "VCC 2245"
        }
    ]
}