Field Name | Type | Description |
---|
response | Response | |
Example Request:
EDITTIMETRACKEXPORT
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"name":"?",
"module":"?",
"userName": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"createdBy": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"createdOn":?,
"frequency":"?",
"lastModifiedBy": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"lastModifiedOn":?,
"sendReportToUsers":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ],
"sendReportToRoles":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ],
"sendReportToGroups":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ],
"sendReportToDepartments":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ],
"allUsers":"?",
"archive":?
}
Example Response:
{
"id":2147483647,
"response":"?"
}
getAllRecords POST Interface
Method: POST
Relative URL: time-report/get-all-records
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
timeTrackExportReport | TimeTrackExportReport | |
Response Structure:
Field Name | Type | Description |
---|
resp | Response | |
Example Request:
GETALLRECORDS
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"module":"?",
"fromDate":?,
"toDate":?,
"user":"?"
}
Example Response:
{
"id":2147483647,
"response":"?"
}
getAllReportDetails POST Interface
Method: POST
Relative URL: time-report/get-all-report-details
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
timeTrackExportReport | TimeTrackExportReport | |
Response Structure:
Field Name | Type | Description |
---|
resp | Response | |
Example Request:
GETALLREPORTDETAILS
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"module":"?",
"fromDate":?,
"toDate":?,
"user":"?"
}
Example Response:
{
"id":2147483647,
"response":"?"
}
getAllUserReportDetails POST Interface
Method: POST
Relative URL: time-report/get-all-user-report-details
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
timeTrackExportReport | TimeTrackExportReport | |
Response Structure:
Field Name | Type | Description |
---|
resp | Response | |
Example Request:
GETALLUSERREPORTDETAILS
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"module":"?",
"fromDate":?,
"toDate":?,
"user":"?"
}
Example Response:
{
"id":2147483647,
"response":"?"
}