GET /api/v1/product/?format=api&ordering=-id&page=16
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=17",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-id&page=15",
    "results": [
        {
            "id": 253,
            "title": "Sensei"
        },
        {
            "id": 252,
            "title": "Sendo"
        },
        {
            "id": 251,
            "title": "Elegant"
        },
        {
            "id": 249,
            "title": "TG80FMP"
        },
        {
            "id": 248,
            "title": "293SD"
        },
        {
            "id": 247,
            "title": "276FDD"
        },
        {
            "id": 243,
            "title": "360NHDD"
        },
        {
            "id": 242,
            "title": "345DD"
        },
        {
            "id": 241,
            "title": "316DD"
        },
        {
            "id": 240,
            "title": "228RSD"
        }
    ]
}