Viewset providing Result data.

GET /rest/v1/reports/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 4,
            "name": "data-quality",
            "title": "Data quality overview",
            "description": "This report gives an overview of your organisation's projects that have passed the planned end date, need funding or that haven't been edited or updated for 3 months.",
            "url": "/py-reports/organisation/{organisation}/data-quality-overview/?format={format}",
            "parameters": [
                "format",
                "organisation"
            ],
            "formats": [
                {
                    "name": "pdf",
                    "display_name": "PDF",
                    "icon": "file-pdf-o"
                },
                {
                    "name": "excel",
                    "display_name": "Excel",
                    "icon": "file-excel-o"
                }
            ],
            "organisations": []
        },
        {
            "id": 6,
            "name": "organisation-results-export",
            "title": "Results and Indicators Export",
            "description": "An export of the results and indicators data for all of the projects within your organisation.",
            "url": "/py-reports/organisation/{organisation}/results-indicators-table/?format={format}",
            "parameters": [
                "format",
                "organisation"
            ],
            "formats": [
                {
                    "name": "excel",
                    "display_name": "Excel",
                    "icon": "file-excel-o"
                }
            ],
            "organisations": []
        },
        {
            "id": 29,
            "name": "program-overview",
            "title": "Program overview",
            "description": "This report gives an overview of your program’s aggregated results in PDF.",
            "url": "/py-reports/program/{program}/program-overview/?format={format}&download=true&period_start={period_start}&period_end={period_end}",
            "parameters": [
                "format",
                "period_end",
                "period_start",
                "program"
            ],
            "formats": [
                {
                    "name": "pdf",
                    "display_name": "PDF",
                    "icon": "file-pdf-o"
                }
            ],
            "organisations": []
        },
        {
            "id": 28,
            "name": "program-overview-table",
            "title": "Program overview results table",
            "description": "This report gives an overview of your program’s aggregated results in Excel.",
            "url": "/py-reports/program/{program}/program-overview-table/?format={format}&download=true&period_start={period_start}&period_end={period_end}",
            "parameters": [
                "format",
                "period_end",
                "period_start",
                "program"
            ],
            "formats": [
                {
                    "name": "excel",
                    "display_name": "Excel",
                    "icon": "file-excel-o"
                }
            ],
            "organisations": []
        },
        {
            "id": 16,
            "name": "Project-report-word",
            "title": "Kick-start Report",
            "description": "This report gives you an overview of all of your project data kept in RSR in an easy-to-edit Word document.",
            "url": "/py-reports/project/{project}/kickstart-report/?format={format}&download=true&period_start={period_start}&period_end={period_end}",
            "parameters": [
                "format",
                "period_end",
                "period_start",
                "project"
            ],
            "formats": [
                {
                    "name": "word",
                    "display_name": "Word",
                    "icon": "file-word-o"
                }
            ],
            "organisations": []
        },
        {
            "id": 3,
            "name": "projects-overview",
            "title": "Projects overview",
            "description": "This report provides information about your organisation's projects: amount of updates, country, total budgets, project statuses, start- and end dates.",
            "url": "/py-reports/organisation/{organisation}/org-projects-overview/?format={format}",
            "parameters": [
                "format",
                "organisation"
            ],
            "formats": [
                {
                    "name": "pdf",
                    "display_name": "PDF",
                    "icon": "file-pdf-o"
                },
                {
                    "name": "excel",
                    "display_name": "Excel",
                    "icon": "file-excel-o"
                }
            ],
            "organisations": []
        },
        {
            "id": 13,
            "name": "project-updates-simple-table",
            "title": "Project updates table",
            "description": "This report provides a view of your project's updates in a table.",
            "url": "/py-reports/project/{project}/updates-table/?format={format}&download=true&start_date={start_date}&end_date={end_date}",
            "parameters": [
                "end_date",
                "format",
                "project",
                "start_date"
            ],
            "formats": [
                {
                    "name": "excel",
                    "display_name": "Excel",
                    "icon": "file-excel-o"
                }
            ],
            "organisations": []
        },
        {
            "id": 1,
            "name": "results-framework",
            "title": "Results and indicators overview",
            "description": "This report gives an overview of the status of your project's results and indicators.",
            "url": "/py-reports/project/{project}/results-indicators-overview/?format={format}&download=true&period_start={period_start}&period_end={period_end}&comment={comment}",
            "parameters": [
                "comment",
                "format",
                "period_end",
                "period_start",
                "project"
            ],
            "formats": [
                {
                    "name": "pdf",
                    "display_name": "PDF",
                    "icon": "file-pdf-o"
                }
            ],
            "organisations": []
        },
        {
            "id": 2,
            "name": "results-simple-table",
            "title": "Results and indicators table",
            "description": "This report provides a view of your project's results and indicators data in a table.",
            "url": "/py-reports/project/{project}/results-indicators-table/?format={format}&download=true",
            "parameters": [
                "format",
                "project"
            ],
            "formats": [
                {
                    "name": "excel",
                    "display_name": "Excel",
                    "icon": "file-excel-o"
                }
            ],
            "organisations": []
        }
    ]
}