GET /api/v1/product/?format=api&ordering=-title&page=29
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=30",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=28",
    "results": [
        {
            "id": 112,
            "title": "4218 Retro"
        },
        {
            "id": 113,
            "title": "4218 L"
        },
        {
            "id": 114,
            "title": "4218 E"
        },
        {
            "id": 239,
            "title": "395NHDD"
        },
        {
            "id": 109,
            "title": "3618 Retro"
        },
        {
            "id": 110,
            "title": "3618 L"
        },
        {
            "id": 111,
            "title": "3618 E"
        },
        {
            "id": 243,
            "title": "360NHDD"
        },
        {
            "id": 242,
            "title": "345DD"
        },
        {
            "id": 108,
            "title": "3216 E"
        }
    ]
}