Get my reports
Gets a list of the authenticated users' personal reports
Request
GET https://www.activityinfo.org/resources/reports
     Successful response
application/json
| array[object] | |||
| id | string | The report id. | required | 
| label | string | The report's human-readable title. | required | 
| icon | string | The icon to use for display purposes. | required | 
| published | boolean | True if this report has been published | required | 
| shared | boolean | True if this is a personal report that has been shared. | required | 
| owned | boolean | True if the authenticated user owns this report. | required | 
| lastUpdateTime | float | The last time, in seconds since 1970-01-01 that the report definition was updated. This time only takes into account changes to the report definition, not changes to the data included in the report. | required | 
Error responses
| Status Code | Error Code | Description | 
|---|---|---|
| 401 | AUTHENTICATION_ | 
        The request must be authenticated | 
Example
curl -u anything:YOUR_API_TOKEN \
  https://www.activityinfo.org/resources/reports