# Get task summary counts

Returns aggregated task counts for the current user within the account context.
            
Behavior:
- Validates account and user context
- Retrieves task count metrics for the user
- Returns structured task dashboard summary data
- Logs the action as task count view

Endpoint: GET /api/v1/tm/tasks/summary

## Response 200 fields (text/plain):

  - `data` (object)

  - `data.priority` (array,null)

  - `data.priority.priorityName` (string,null)

  - `data.priority.priorityRank` (integer)

  - `data.priority.description` (string,null)

  - `data.priority.priorityColorCode` (string,null)

  - `data.priority.priorityId` (string)

  - `data.priority.statusId` (integer)

  - `data.priority.taskCount` (integer)

  - `data.priority.responseDescription` (string,null)

  - `data.count` (object)

  - `data.count.serviceRequestsCount` (integer)

  - `data.count.pmCount` (integer)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


