# Get statistics

Get to do statistics

Endpoint: GET /todo:statistics
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Header parameters:

  - `Authorization` (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)


