GET api/2.0/project/time/filter/total
Returns the total time spent matching the filter parameters specified in the request
Name |
Description |
Type |
Example |
projectid
sent in url
|
Project ID
optional
|
number
|
1234
|
tag
sent in url
|
Project tag
optional
|
number
|
1234
|
departament
sent in url
|
Departament GUID
optional
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
participant
sent in url
|
Participant GUID
optional
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
createdStart
sent in url
|
Minimum value of create time
optional
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
createdStop
sent in url
|
Maximum value of create time
optional
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
lastId
sent in url
|
Last time spent ID
|
number
|
1234
|
myProjects
sent in url
|
Tasks time in My Projects
|
Bool value
|
true
|
myMilestones
sent in url
|
Tasks time in My Milestones
|
Bool value
|
true
|
milestone
sent in url
|
Milestone ID
optional
|
number
|
1234
|
status
sent in url
|
Payment status
optional
|
ASC.Projects.Core.Domain.PaymentStatus
|
|
GET api/2.0/project/time/filter/total?projectid=1234&tag=1234&departament=9924256A-739C-462b-AF15-E652A3B1B6EB&participant=9924256A-739C-462b-AF15-E652A3B1B6EB&createdStart=2008-04-10T06-30-00.000Z&createdStop=2008-04-10T06-30-00.000Z&lastId=1234&myProjects=True&myMilestones=True
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json