GET /api/v1/product/?format=api&ordering=-title&page=23
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=24",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=22",
    "results": [
        {
            "id": 372,
            "title": "ART-SI-9507"
        },
        {
            "id": 371,
            "title": "ART-SI-9501"
        },
        {
            "id": 370,
            "title": "ART-SI-9500"
        },
        {
            "id": 369,
            "title": "ART-SI-8885"
        },
        {
            "id": 364,
            "title": "ART-SI-803R"
        },
        {
            "id": 368,
            "title": "ART-SI-8008"
        },
        {
            "id": 363,
            "title": "ART-SI-508"
        },
        {
            "id": 362,
            "title": "ART-SI-260"
        },
        {
            "id": 367,
            "title": "ART-SI-2531"
        },
        {
            "id": 361,
            "title": "ART-MG-6350"
        }
    ]
}