GET api/Project_InformationModel/specificStaffModelsList?staffID={staffID}&StartDate={StartDate}&EndDate={EndDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
staffID

integer

Required

StartDate

string

Required

EndDate

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SpecificStaffModel
NameDescriptionTypeAdditional information
ProjectName

string

None.

StaffName

string

None.

Year

string

None.

WeekNo

date

None.

DateIn

date

None.

TimeIn

date

None.

DateOut

date

None.

TimeOut

date

None.

TotalHours

date

None.

TotalTime

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProjectName": "sample string 1",
    "StaffName": "sample string 2",
    "Year": "sample string 3",
    "WeekNo": "2026-06-30T14:18:36.4613257+01:00",
    "DateIn": "2026-06-30T14:18:36.4613257+01:00",
    "TimeIn": "2026-06-30T14:18:36.4613257+01:00",
    "DateOut": "2026-06-30T14:18:36.4613257+01:00",
    "TimeOut": "2026-06-30T14:18:36.4613257+01:00",
    "TotalHours": "2026-06-30T14:18:36.4613257+01:00",
    "TotalTime": "2026-06-30T14:18:36.4613257+01:00"
  },
  {
    "ProjectName": "sample string 1",
    "StaffName": "sample string 2",
    "Year": "sample string 3",
    "WeekNo": "2026-06-30T14:18:36.4613257+01:00",
    "DateIn": "2026-06-30T14:18:36.4613257+01:00",
    "TimeIn": "2026-06-30T14:18:36.4613257+01:00",
    "DateOut": "2026-06-30T14:18:36.4613257+01:00",
    "TimeOut": "2026-06-30T14:18:36.4613257+01:00",
    "TotalHours": "2026-06-30T14:18:36.4613257+01:00",
    "TotalTime": "2026-06-30T14:18:36.4613257+01:00"
  }
]

text/xml

Sample:
<ArrayOfSpecificStaffModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <SpecificStaffModel>
    <DateIn>2026-06-30T14:18:36.4613257+01:00</DateIn>
    <DateOut>2026-06-30T14:18:36.4613257+01:00</DateOut>
    <ProjectName>sample string 1</ProjectName>
    <StaffName>sample string 2</StaffName>
    <TimeIn>2026-06-30T14:18:36.4613257+01:00</TimeIn>
    <TimeOut>2026-06-30T14:18:36.4613257+01:00</TimeOut>
    <TotalHours>2026-06-30T14:18:36.4613257+01:00</TotalHours>
    <TotalTime>2026-06-30T14:18:36.4613257+01:00</TotalTime>
    <WeekNo>2026-06-30T14:18:36.4613257+01:00</WeekNo>
    <Year>sample string 3</Year>
  </SpecificStaffModel>
  <SpecificStaffModel>
    <DateIn>2026-06-30T14:18:36.4613257+01:00</DateIn>
    <DateOut>2026-06-30T14:18:36.4613257+01:00</DateOut>
    <ProjectName>sample string 1</ProjectName>
    <StaffName>sample string 2</StaffName>
    <TimeIn>2026-06-30T14:18:36.4613257+01:00</TimeIn>
    <TimeOut>2026-06-30T14:18:36.4613257+01:00</TimeOut>
    <TotalHours>2026-06-30T14:18:36.4613257+01:00</TotalHours>
    <TotalTime>2026-06-30T14:18:36.4613257+01:00</TotalTime>
    <WeekNo>2026-06-30T14:18:36.4613257+01:00</WeekNo>
    <Year>sample string 3</Year>
  </SpecificStaffModel>
</ArrayOfSpecificStaffModel>