GET /api/v1/product/?format=api&ordering=-title&page=24
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=25",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=23",
    "results": [
        {
            "id": 360,
            "title": "ART-MG-5001"
        },
        {
            "id": 357,
            "title": "ART-MG-41-30A"
        },
        {
            "id": 373,
            "title": "ART-MG-35-80A"
        },
        {
            "id": 359,
            "title": "ART-MG-3018"
        },
        {
            "id": 402,
            "title": "ART-MG-2750"
        },
        {
            "id": 358,
            "title": "ART-MG-1083"
        },
        {
            "id": 382,
            "title": "ART-FC-722"
        },
        {
            "id": 381,
            "title": "ART-FC-205"
        },
        {
            "id": 321,
            "title": "ART-AH-908A"
        },
        {
            "id": 320,
            "title": "ART-AH-807C"
        }
    ]
}