Публичный API раздела файлов

GET /api/placeholder/?format=api&ordering=-id&page=1234
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 14351,
    "pages": 1436,
    "page": 1234,
    "next": 1235,
    "previous": 1233,
    "start_index": 12331,
    "end_index": 12340,
    "results": [
        {
            "id": 2347,
            "code": "product_5340",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 5340
        },
        {
            "id": 2346,
            "code": "product_5339",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 5339
        },
        {
            "id": 2345,
            "code": "product_5468",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 5468
        },
        {
            "id": 2344,
            "code": "product_4956",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 4956
        },
        {
            "id": 2343,
            "code": "product_4955",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 4955
        },
        {
            "id": 2342,
            "code": "product_4949",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 4949
        },
        {
            "id": 2341,
            "code": "product_4420",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 4420
        },
        {
            "id": 2340,
            "code": "product_6222",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 6222
        },
        {
            "id": 2339,
            "code": "product_6143",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 6143
        },
        {
            "id": 2338,
            "code": "product_6120",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 6120
        }
    ]
}