Project

General

Profile

Actions

dev #2889

open

dev #2838: [Module] Sprint 12

[BE] Update count api

Added by Zahid Hassan 8 months ago.

Status:
Complete
Priority:
High
Assignee:
Target version:
Start date:
08/14/2025
Due date:
% Done:

100%

Estimated time:
2:00 h
Spent time:

Description

Features

1. Update Count API for Hero Section

  • Endpoint: GET /api/v1/ai-tool/counts
  • Return task counts instead of subtask counts.

Example Usage

Endpoint : GET /api/v1/ai-tool/counts

Expected Response :

{
    "success": true,
    "message": "Counts retrieved successfully",
    "data": {
        "approvedTools": 12606,
        "tasks": 2715,
        "toolTypes": 7
    }
}
Actions

Also available in: Atom PDF