# Get Project totals Returns the requested statistics for the given projects that match at least one of the given identifiers. Endpoint: GET /api/v3.0/orgs/{orgUuid}/projects/summaries/totals Version: 3.0 Security: bearer-key ## Query parameters: - `fromDate` (string, required) Enter the start date for the search. The date format is yyyy-MM-dd - `toDate` (string, required) Enter the end date for the search. The date format is yyyy-MM-dd ## Path parameters: - `orgUuid` (string, required) org UUID (from the Mend App: General > ). ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `response` (object) - `response.currentCount` (integer) - `response.totalInCurrPeriod` (integer) - `response.totalInPrevPeriod` (integer) ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"