GET /api/v1/product/?format=api&ordering=-title&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=-title&page=28",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=26",
    "results": [
        {
            "id": 162,
            "title": "A32KH5000"
        },
        {
            "id": 388,
            "title": "8002 Pure"
        },
        {
            "id": 385,
            "title": "8001 Aero"
        },
        {
            "id": 387,
            "title": "7002 Pure"
        },
        {
            "id": 298,
            "title": "7002"
        },
        {
            "id": 384,
            "title": "7001 Aero"
        },
        {
            "id": 263,
            "title": "6403-Е"
        },
        {
            "id": 262,
            "title": "6402-G"
        },
        {
            "id": 261,
            "title": "6401-G"
        },
        {
            "id": 259,
            "title": "6400-G eco"
        }
    ]
}