GET /api/v1/product/?format=api&ordering=-id&page=12
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=13",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-id&page=11",
    "results": [
        {
            "id": 305,
            "title": "EB-9383"
        },
        {
            "id": 304,
            "title": "MC-R85"
        },
        {
            "id": 303,
            "title": "AG925BVW"
        },
        {
            "id": 302,
            "title": "MM720C2GT"
        },
        {
            "id": 301,
            "title": "AG823AY8"
        },
        {
            "id": 300,
            "title": "20UX66"
        },
        {
            "id": 299,
            "title": "20MX74"
        },
        {
            "id": 298,
            "title": "7002"
        },
        {
            "id": 289,
            "title": "G22-260"
        },
        {
            "id": 288,
            "title": "G22-190"
        }
    ]
}