GET /api/v1/product/?format=api&ordering=id&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=id&page=16",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id&page=14",
    "results": [
        {
            "id": 232,
            "title": "HB-801"
        },
        {
            "id": 233,
            "title": "BL-003g"
        },
        {
            "id": 234,
            "title": "BL-201"
        },
        {
            "id": 235,
            "title": "BL-S03"
        },
        {
            "id": 236,
            "title": "BL-S62"
        },
        {
            "id": 238,
            "title": "137SD"
        },
        {
            "id": 239,
            "title": "395NHDD"
        },
        {
            "id": 240,
            "title": "228RSD"
        },
        {
            "id": 241,
            "title": "316DD"
        },
        {
            "id": 242,
            "title": "345DD"
        }
    ]
}