GET /api/v1/product/?format=api&ordering=-title&page=15
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=16",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=14",
    "results": [
        {
            "id": 342,
            "title": "Iceberg"
        },
        {
            "id": 153,
            "title": "HS 520SN"
        },
        {
            "id": 150,
            "title": "HS 390SN"
        },
        {
            "id": 11,
            "title": "HS 293 RN"
        },
        {
            "id": 10,
            "title": "HS 228 RN"
        },
        {
            "id": 13,
            "title": "HS 137 RN"
        },
        {
            "id": 14,
            "title": "HS 117 RN"
        },
        {
            "id": 315,
            "title": "HM-9402"
        },
        {
            "id": 317,
            "title": "HM-758"
        },
        {
            "id": 404,
            "title": "HM-5035"
        }
    ]
}