GET /api/v1/product/?format=api&ordering=-title&page=28
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=29",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=27",
    "results": [
        {
            "id": 260,
            "title": "6400-G"
        },
        {
            "id": 258,
            "title": "6302-K"
        },
        {
            "id": 257,
            "title": "6301-K"
        },
        {
            "id": 255,
            "title": "6300-K eco"
        },
        {
            "id": 256,
            "title": "6300-K"
        },
        {
            "id": 386,
            "title": "6002 Pure"
        },
        {
            "id": 336,
            "title": "6002"
        },
        {
            "id": 383,
            "title": "6001 Aero"
        },
        {
            "id": 116,
            "title": "4816"
        },
        {
            "id": 115,
            "title": "4502"
        }
    ]
}