GET api/GetEmployeeAsgmtEnded?idpId={idpId}&postEndDays={postEndDays}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idpId

string

Required

postEndDays

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of EmployeesAsgmtEndedDTO
NameDescriptionTypeAdditional information
AgencyName

string

None.

WnEmpId

integer

None.

AgencyId

integer

None.

HREmpId

string

None.

FirstName

string

None.

LastName

string

None.

EmployeeEmail

string

None.

Phone

string

None.

AsgmtEndDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AgencyName": "sample string 1",
    "WnEmpId": 2,
    "AgencyId": 3,
    "HREmpId": "sample string 4",
    "FirstName": "sample string 5",
    "LastName": "sample string 6",
    "EmployeeEmail": "sample string 7",
    "Phone": "sample string 8",
    "AsgmtEndDate": "2026-02-04T01:39:50.9695623-08:00"
  },
  {
    "AgencyName": "sample string 1",
    "WnEmpId": 2,
    "AgencyId": 3,
    "HREmpId": "sample string 4",
    "FirstName": "sample string 5",
    "LastName": "sample string 6",
    "EmployeeEmail": "sample string 7",
    "Phone": "sample string 8",
    "AsgmtEndDate": "2026-02-04T01:39:50.9695623-08:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEmployeesAsgmtEndedDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WurkNowDTO.ClientApi.UnifyApps">
  <EmployeesAsgmtEndedDTO>
    <AgencyId>3</AgencyId>
    <AgencyName>sample string 1</AgencyName>
    <AsgmtEndDate>2026-02-04T01:39:50.9695623-08:00</AsgmtEndDate>
    <EmployeeEmail>sample string 7</EmployeeEmail>
    <FirstName>sample string 5</FirstName>
    <HREmpId>sample string 4</HREmpId>
    <LastName>sample string 6</LastName>
    <Phone>sample string 8</Phone>
    <WnEmpId>2</WnEmpId>
  </EmployeesAsgmtEndedDTO>
  <EmployeesAsgmtEndedDTO>
    <AgencyId>3</AgencyId>
    <AgencyName>sample string 1</AgencyName>
    <AsgmtEndDate>2026-02-04T01:39:50.9695623-08:00</AsgmtEndDate>
    <EmployeeEmail>sample string 7</EmployeeEmail>
    <FirstName>sample string 5</FirstName>
    <HREmpId>sample string 4</HREmpId>
    <LastName>sample string 6</LastName>
    <Phone>sample string 8</Phone>
    <WnEmpId>2</WnEmpId>
  </EmployeesAsgmtEndedDTO>
</ArrayOfEmployeesAsgmtEndedDTO>