Публичный 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": 12657,
            "code": "product_9392",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 9392
        },
        {
            "id": 12658,
            "code": "product_docs_9392",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 9392
        },
        {
            "id": 12659,
            "code": "product_14217",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 14217
        },
        {
            "id": 12660,
            "code": "product_docs_14217",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 14217
        },
        {
            "id": 12661,
            "code": "product_7907",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 7907
        },
        {
            "id": 12662,
            "code": "product_docs_7907",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 7907
        },
        {
            "id": 12663,
            "code": "product_8387",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 8387
        },
        {
            "id": 12664,
            "code": "product_docs_8387",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 8387
        },
        {
            "id": 12665,
            "code": "product_docs_15690",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 15690
        },
        {
            "id": 12666,
            "code": "product_15690",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": 15690
        }
    ]
}