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": 85,
            "title": "Angled G160"
        },
        {
            "id": 84,
            "title": "Angled G260"
        },
        {
            "id": 83,
            "title": "Shape 1360 T"
        },
        {
            "id": 82,
            "title": "Rapido Touch 1190"
        },
        {
            "id": 81,
            "title": "RapidoTouch 1160"
        },
        {
            "id": 80,
            "title": "Punto 0990L"
        },
        {
            "id": 79,
            "title": "Punto 0960L"
        },
        {
            "id": 78,
            "title": "Prima-Retro 0760"
        },
        {
            "id": 77,
            "title": "Prima Lux 0760"
        },
        {
            "id": 76,
            "title": "Rainbow 0660"
        }
    ]
}