> For the complete documentation index, see [llms.txt](https://docs.milientsoftware.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milientsoftware.com/help/developers/api/how-to-get-the-your-data/timerecords-getreport.md).

# timeRecords/getReport

Use the endpoint timeRecords/getReport to get a complex report based on a set of parameters.

## Examples&#x20;

Here are some examples on how to get specific data

### Planned hours

| Parameter                          | Value                   |
| ---------------------------------- | ----------------------- |
| groupBy                            | userAccount, week       |
| orderBy                            | timeRecordDateDesc      |
| onlyTotals                         | false                   |
| from                               | {start date} YYYY-MM-DD |
| projectId                          | {project ID}            |
| userAccountTagOperator             | and                     |
| projectTagOperator                 | and                     |
| customerTagOperator                | and                     |
| timeRecordTagOperator              | and                     |
| projectExtensionTagOperator        | and                     |
| showProjectResourceReservationInfo | true                    |
