GET /api/v1/product/?format=api&ordering=-title&page=4
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=5",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=3",
    "results": [
        {
            "id": 469,
            "title": "VCB 2244"
        },
        {
            "id": 125,
            "title": "VCB 0316"
        },
        {
            "id": 192,
            "title": "UA43H3502"
        },
        {
            "id": 191,
            "title": "UA43H3401"
        },
        {
            "id": 171,
            "title": "UA32H4101"
        },
        {
            "id": 170,
            "title": "UA32H3200"
        },
        {
            "id": 335,
            "title": "TT80P"
        },
        {
            "id": 35,
            "title": "TG90P"
        },
        {
            "id": 331,
            "title": "TG90P"
        },
        {
            "id": 249,
            "title": "TG80FMP"
        }
    ]
}