Examples

GET /xdusage/v2/counts/by_dates/2/1/2004-01-01/2008-12-31
{
    "message": null,
    "result": [
        {
            "type": "job",
            "n": 22535
        },
        {
            "type": "refund",
            "n": 2
        }
    ]
}

GET /xdusage/v2/counts/by_dates/2/1/2004-01-01/2008-12-31?person_id=11
{
    "message": null,
    "result": [
        {
            "type": "job",
            "n": 126
        }
    ]
}

Params

Param name Description
person_id
optional

limit counts to this person_id