GET /api/v1/product/?format=api&ordering=title&page=5
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=6",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=4",
    "results": [
        {
            "id": 263,
            "title": "6403-Е"
        },
        {
            "id": 384,
            "title": "7001 Aero"
        },
        {
            "id": 298,
            "title": "7002"
        },
        {
            "id": 387,
            "title": "7002 Pure"
        },
        {
            "id": 385,
            "title": "8001 Aero"
        },
        {
            "id": 388,
            "title": "8002 Pure"
        },
        {
            "id": 162,
            "title": "A32KH5000"
        },
        {
            "id": 163,
            "title": "A32KH5500"
        },
        {
            "id": 201,
            "title": "A32MH4300"
        },
        {
            "id": 165,
            "title": "A43KF5500"
        }
    ]
}