GET /api/v1/product/?format=api&ordering=-id&page=20
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=21",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-id&page=19",
    "results": [
        {
            "id": 180,
            "title": "A75LU6500"
        },
        {
            "id": 176,
            "title": "YA43LF1600"
        },
        {
            "id": 175,
            "title": "YA32LH1600"
        },
        {
            "id": 174,
            "title": "H3502"
        },
        {
            "id": 172,
            "title": "H3401"
        },
        {
            "id": 171,
            "title": "UA32H4101"
        },
        {
            "id": 170,
            "title": "UA32H3200"
        },
        {
            "id": 169,
            "title": "A85LU9500"
        },
        {
            "id": 168,
            "title": "A75LU6500"
        },
        {
            "id": 167,
            "title": "A65LU8500"
        }
    ]
}