ForSURE.reports.upcoming_deadlines.reports_endpoints

baseURL = '/reports/deadline'

Base URL for all requests

GET {baseURL}?countries=DE,NL&all_reports=true
async def get_next_reports_due()

Get the upcoming reporting deadlines for the selected countries.

Parameters
  • all_reports: Whether to return all reports or only the next 5.
Returns

Successful response
    [
        {
            "name": "Yearly Battery Report",
            "country": "DE",
            "type": "Batteries",
            "description": "Yearly Battery Report",
            "reporting_timeframe_end": "2023-12-31T00:00:00",
            "compliance_scheme_needed": null,
            "id": 9,
            "deadline": "15.01.2024",
            "reporting_timeframe_start": "2023-01-01T00:00:00",
            "frequency": "Yearly",
            "company_size": "NaN",
            "done": false,
            "created_at": null
        },