GET /api/v1/product/?format=api&ordering=id&page=3
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=4",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id&page=2",
    "results": [
        {
            "id": 40,
            "title": "TG110FP"
        },
        {
            "id": 56,
            "title": "Classico A63-0060"
        },
        {
            "id": 58,
            "title": "VCC 0220"
        },
        {
            "id": 60,
            "title": "Moderno A64-0030"
        },
        {
            "id": 61,
            "title": "Moderno i60-0062"
        },
        {
            "id": 63,
            "title": "Moderno A64-0620"
        },
        {
            "id": 64,
            "title": "Moderno i64-1040"
        },
        {
            "id": 65,
            "title": "VCB4537"
        },
        {
            "id": 66,
            "title": "VCB0120"
        },
        {
            "id": 67,
            "title": "Premio A64-1030"
        }
    ]
}