Add timesheets note field to GetTimeSheets API endpoint

Posted 6 months ago by Jack Powers

Post a topic
J
Jack Powers

Hi there, 


I understand that timesheet notes are available in other API endpoints, however, would it be possible to also add this field to the /api/services/app/TimeSheet/GetTimeSheets GET API endpoint. 


Based on the items that are currently returned from this end point, it would be logical that timesheet notes would also be included (example from Swagger on the returns provided by this end point currently below). 



{
  "totalCount": 0,
  "items": [
    {
      "id": 0,
      "userId": 0,
      "user": "string",
      "client": "string",
      "projectNo": "string",
      "project": "string",
      "projectId": 0,
      "task": "string",
      "taskId": 0,
      "startTime": "string",
      "finishTime": "string",
      "length": 0,
      "billableLength": 0,
      "status": "string",
      "endTimeDate": "2024-11-28T03:57:45.421Z",
      "startTimeDateTime": "2024-11-28T03:57:45.421Z",
      "endTimeDateTime": "2024-11-28T03:57:45.421Z",
      "isWeeklyTimesheetEntry": true,
      "projectManager": "string",
      "projectManagerId": 0,
      "cost": 0,
      "phase": "string"
    }

The other timesheet end points which provide the timesheet notes field are not as concise as this endpoint.


Thank you

2 Votes


1 Comments

Greg Kelly

Greg Kelly posted 6 months ago

You got my thumbs up on this request.  It would be a huge benefit.

1 Votes

Login or Sign up to post a comment