GET /api/v1/product/?format=api&ordering=-title&page=30
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=31",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=29",
    "results": [
        {
            "id": 241,
            "title": "316DD"
        },
        {
            "id": 248,
            "title": "293SD"
        },
        {
            "id": 247,
            "title": "276FDD"
        },
        {
            "id": 87,
            "title": "23UX97"
        },
        {
            "id": 156,
            "title": "23UX39"
        },
        {
            "id": 240,
            "title": "228RSD"
        },
        {
            "id": 300,
            "title": "20UX66"
        },
        {
            "id": 299,
            "title": "20MX74"
        },
        {
            "id": 155,
            "title": "20MX63 Prime"
        },
        {
            "id": 86,
            "title": "20MX63"
        }
    ]
}