Total Logged query response
In the case of a successful query the totalLogged information is returned (with HTTP 200 OK status) in JSON format, as:
{
    "totalLogged": 90480
}
The response consist of the following data:
key | value | description |
---|---|---|
totalLogged | number | The sum of the seconds of the worklogs found by the details report. |
Â