GET /api/v1/product/?format=api&ordering=title&page=30
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=31",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=29",
    "results": [
        {
            "id": 23,
            "title": "WF60F010A"
        },
        {
            "id": 22,
            "title": "WF60H023C"
        },
        {
            "id": 24,
            "title": "WF60K060C"
        },
        {
            "id": 270,
            "title": "WF70L0505K"
        },
        {
            "id": 264,
            "title": "WF70L0505K"
        },
        {
            "id": 138,
            "title": "WF80G447DW"
        },
        {
            "id": 137,
            "title": "WF80K237DW"
        },
        {
            "id": 136,
            "title": "WF80L2324G"
        },
        {
            "id": 266,
            "title": "WF80L2326G"
        },
        {
            "id": 271,
            "title": "WF80L2326G"
        }
    ]
}