GET api/timeTrackSegment/forTimeSegment/{segID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
segID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of timeTrackSegment
NameDescriptionTypeAdditional information
TrackTypeName

string

None.

ClientName

string

None.

ApprovedByName

string

None.

IssueCount

integer

None.

ResolvedIssueCount

integer

None.

TrackSegmentID

integer

None.

TimeSegmentID

integer

Required

ClientID

integer

Required

TrackTypeID

integer

None.

TrackID

integer

None.

TrackReference

string

None.

ServerTimeOffset

integer

Required

ServerStart

date

Required

ServerStop

date

None.

Start

date

None.

Stop

date

None.

StopType

integer

None.

TimeEdited

boolean

None.

Duration

integer

None.

DurationFractional

decimal number

None.

IsBillable

boolean

None.

BillType

integer

None.

IsAutoGenerated

boolean

None.

ChargeID

integer

None.

Note

string

None.

ApprovedBy

integer

None.

ApprovedDate

date

None.

ApprovedDateLocal

date

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

AddHist

boolean

None.

results

Collection of ValidationResult

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "results": null,
    "TrackTypeName": "sample string 1",
    "ClientName": "sample string 2",
    "ApprovedByName": "sample string 3",
    "IssueCount": 4,
    "ResolvedIssueCount": 5,
    "TrackSegmentID": 6,
    "TimeSegmentID": 7,
    "ClientID": 8,
    "TrackTypeID": 1,
    "TrackID": 1,
    "TrackReference": "sample string 9",
    "ServerTimeOffset": 10,
    "ServerStart": "2025-12-06T23:37:55.1926163+00:00",
    "ServerStop": "2025-12-06T23:37:55.1926163+00:00",
    "Start": "2025-12-06T23:37:55.1926163+00:00",
    "Stop": "2025-12-06T23:37:55.1926163+00:00",
    "StopType": 13,
    "TimeEdited": true,
    "Duration": 1,
    "DurationFractional": 1.0,
    "IsBillable": true,
    "BillType": 16,
    "IsAutoGenerated": true,
    "ChargeID": 1,
    "Note": "sample string 18",
    "ApprovedBy": 1,
    "ApprovedDate": "2025-12-06T23:37:55.1926163+00:00",
    "ApprovedDateLocal": "2025-12-06T23:37:55.1926163+00:00",
    "CreatedBy": 19,
    "CreatedDate": "2025-12-06T23:37:55.1926163+00:00",
    "UpdatedBy": 21,
    "UpdatedDate": "2025-12-06T23:37:55.1926163+00:00",
    "AddHist": true
  },
  {
    "results": null,
    "TrackTypeName": "sample string 1",
    "ClientName": "sample string 2",
    "ApprovedByName": "sample string 3",
    "IssueCount": 4,
    "ResolvedIssueCount": 5,
    "TrackSegmentID": 6,
    "TimeSegmentID": 7,
    "ClientID": 8,
    "TrackTypeID": 1,
    "TrackID": 1,
    "TrackReference": "sample string 9",
    "ServerTimeOffset": 10,
    "ServerStart": "2025-12-06T23:37:55.1926163+00:00",
    "ServerStop": "2025-12-06T23:37:55.1926163+00:00",
    "Start": "2025-12-06T23:37:55.1926163+00:00",
    "Stop": "2025-12-06T23:37:55.1926163+00:00",
    "StopType": 13,
    "TimeEdited": true,
    "Duration": 1,
    "DurationFractional": 1.0,
    "IsBillable": true,
    "BillType": 16,
    "IsAutoGenerated": true,
    "ChargeID": 1,
    "Note": "sample string 18",
    "ApprovedBy": 1,
    "ApprovedDate": "2025-12-06T23:37:55.1926163+00:00",
    "ApprovedDateLocal": "2025-12-06T23:37:55.1926163+00:00",
    "CreatedBy": 19,
    "CreatedDate": "2025-12-06T23:37:55.1926163+00:00",
    "UpdatedBy": 21,
    "UpdatedDate": "2025-12-06T23:37:55.1926163+00:00",
    "AddHist": true
  }
]

application/xml, text/xml

Sample:
<ArrayOftimeTrackSegment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <timeTrackSegment>
    <results xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
    <AddHist>true</AddHist>
    <ApprovedBy>1</ApprovedBy>
    <ApprovedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:55.1926163Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ApprovedDate>
    <ApprovedDateLocal xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:55.1926163Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ApprovedDateLocal>
    <BillType>16</BillType>
    <ChargeID>1</ChargeID>
    <ClientID>8</ClientID>
    <CreatedBy>19</CreatedBy>
    <CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:55.1926163Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreatedDate>
    <Duration>1</Duration>
    <DurationFractional>1</DurationFractional>
    <IsAutoGenerated>true</IsAutoGenerated>
    <IsBillable>true</IsBillable>
    <Note>sample string 18</Note>
    <ServerStart>2025-12-06T23:37:55.1926163+00:00</ServerStart>
    <ServerStop>2025-12-06T23:37:55.1926163+00:00</ServerStop>
    <ServerTimeOffset>10</ServerTimeOffset>
    <Start>2025-12-06T23:37:55.1926163+00:00</Start>
    <Stop>2025-12-06T23:37:55.1926163+00:00</Stop>
    <StopType>13</StopType>
    <TimeEdited>true</TimeEdited>
    <TimeSegmentID>7</TimeSegmentID>
    <TrackID>1</TrackID>
    <TrackReference>sample string 9</TrackReference>
    <TrackSegmentID>6</TrackSegmentID>
    <TrackTypeID>1</TrackTypeID>
    <UpdatedBy>21</UpdatedBy>
    <UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:55.1926163Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </UpdatedDate>
    <ApprovedByName>sample string 3</ApprovedByName>
    <ClientName>sample string 2</ClientName>
    <IssueCount>4</IssueCount>
    <ResolvedIssueCount>5</ResolvedIssueCount>
    <TrackTypeName>sample string 1</TrackTypeName>
  </timeTrackSegment>
  <timeTrackSegment>
    <results xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
    <AddHist>true</AddHist>
    <ApprovedBy>1</ApprovedBy>
    <ApprovedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:55.1926163Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ApprovedDate>
    <ApprovedDateLocal xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:55.1926163Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ApprovedDateLocal>
    <BillType>16</BillType>
    <ChargeID>1</ChargeID>
    <ClientID>8</ClientID>
    <CreatedBy>19</CreatedBy>
    <CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:55.1926163Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreatedDate>
    <Duration>1</Duration>
    <DurationFractional>1</DurationFractional>
    <IsAutoGenerated>true</IsAutoGenerated>
    <IsBillable>true</IsBillable>
    <Note>sample string 18</Note>
    <ServerStart>2025-12-06T23:37:55.1926163+00:00</ServerStart>
    <ServerStop>2025-12-06T23:37:55.1926163+00:00</ServerStop>
    <ServerTimeOffset>10</ServerTimeOffset>
    <Start>2025-12-06T23:37:55.1926163+00:00</Start>
    <Stop>2025-12-06T23:37:55.1926163+00:00</Stop>
    <StopType>13</StopType>
    <TimeEdited>true</TimeEdited>
    <TimeSegmentID>7</TimeSegmentID>
    <TrackID>1</TrackID>
    <TrackReference>sample string 9</TrackReference>
    <TrackSegmentID>6</TrackSegmentID>
    <TrackTypeID>1</TrackTypeID>
    <UpdatedBy>21</UpdatedBy>
    <UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:55.1926163Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </UpdatedDate>
    <ApprovedByName>sample string 3</ApprovedByName>
    <ClientName>sample string 2</ClientName>
    <IssueCount>4</IssueCount>
    <ResolvedIssueCount>5</ResolvedIssueCount>
    <TrackTypeName>sample string 1</TrackTypeName>
  </timeTrackSegment>
</ArrayOftimeTrackSegment>