# Get Project totals grouped by date

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/total/date
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: Administration General > Organization UUID).

## Response 200 fields (application/json):

  - `supportToken` (string)
    Example: "1171c60d"

  - `response` (array)

  - `response.creationDate` (string)

  - `response.totals` (integer)

## Response 400 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"

## Response 403 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"


