GET /api/v1/investor_document/?format=api&ordering=document
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "title": "Title UZ",
            "document": {
                "id": 18224,
                "file": "https://artelelectronics-new.s3.amazonaws.com/excel/template-5.2025-04-30.07-31-07.xlsx"
            },
            "document_type": "0"
        }
    ]
}