GET /api/v1/product/?format=api&ordering=-title&page=13
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=14",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=12",
    "results": [
        {
            "id": 463,
            "title": "MWO 2549"
        },
        {
            "id": 465,
            "title": "MWO 2340"
        },
        {
            "id": 464,
            "title": "MWO 2036"
        },
        {
            "id": 88,
            "title": "MWM0120"
        },
        {
            "id": 92,
            "title": "MWD0323"
        },
        {
            "id": 302,
            "title": "MM720C2GT"
        },
        {
            "id": 157,
            "title": "MM20S01"
        },
        {
            "id": 340,
            "title": "MG23G01B"
        },
        {
            "id": 356,
            "title": "MG-29-5A"
        },
        {
            "id": 202,
            "title": "MF3300"
        }
    ]
}