# Get user statistics

Get to do user statistics

Endpoint: GET /todo:statistics/user/{id}
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Header parameters:

  - `Authorization` (string, required)

## Path parameters:

  - `id` (string, required)

## Response 200 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `toDoStatistics` (object)

  - `toDoStatistics.total` (integer)

  - `toDoStatistics.todo` (integer)

  - `toDoStatistics.overDue` (integer)

  - `toDoStatistics.inProgress` (integer)

  - `toDoStatistics.completed` (integer)

## Response 400 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `errors` (array)

  - `suggestion` (string)


