EtherTechLabs / import-csv

0 stars 0 forks source link

Graphdata #38

Closed LucasMaciel7 closed 1 week ago

LucasMaciel7 commented 2 weeks ago

Route Graphdata

URL: http://localhost:8000/app/graph-data/?client_id=f29bfe3c-6baf-4b6d-b88f-b71134a48fdb&import_ids=1,2,3

Return Json

[
    {
        "month": "2024-01",
        "Import 1": 792,
        "Import 2": 632,
        "Import 3": 0
    },
    {
        "month": "2024-02",
        "Import 1": 77,
        "Import 2": 0,
        "Import 3": 0
    },
    {
        "month": "2024-09",
        "Import 1": 888,
        "Import 2": 0,
        "Import 3": 0
    },
    {
        "month": "2024-10",
        "Import 1": 999,
        "Import 2": 0,
        "Import 3": 0
    },
    {
        "month": "2024-11",
        "Import 1": 0,
        "Import 2": 0,
        "Import 3": 77
    }
]

@mateusfg7