GET api/Candidate/GetListofAssignedCandidateByManger?officeId={officeId}&locationContextCode={locationContextCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
officeId

integer

Required

locationContextCode

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of CandiadteDistributionDetailDTO
NameDescriptionTypeAdditional information
CandidateId

integer

None.

AssociateId

integer

None.

AssociateName

string

None.

UserStatus

integer

None.

EntryDate

date

None.

ZipCode

string

None.

CityName

string

None.

Statecode

string

None.

StatusId

integer

None.

OfficeId

integer

None.

InterviewStatusId

integer

None.

LastEventId

integer

None.

AssociateContractId

integer

None.

BusinessAssociateCode

string

None.

ResumeType

string

None.

ShortZip

string

None.

CandidateSourceId

integer

None.

CandidateSource

string

None.

IsPro

boolean

None.

IsPositiveResponse

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CandidateId": 1,
    "AssociateId": 1,
    "AssociateName": "sample string 1",
    "UserStatus": 1,
    "EntryDate": "2025-10-14T00:42:21.4777501-07:00",
    "ZipCode": "sample string 2",
    "CityName": "sample string 3",
    "Statecode": "sample string 4",
    "StatusId": 1,
    "OfficeId": 5,
    "InterviewStatusId": 1,
    "LastEventId": 1,
    "AssociateContractId": 1,
    "BusinessAssociateCode": "sample string 6",
    "ResumeType": "sample string 7",
    "ShortZip": "sample string 8",
    "CandidateSourceId": 1,
    "CandidateSource": "sample string 9",
    "IsPro": true,
    "IsPositiveResponse": true
  },
  {
    "CandidateId": 1,
    "AssociateId": 1,
    "AssociateName": "sample string 1",
    "UserStatus": 1,
    "EntryDate": "2025-10-14T00:42:21.4777501-07:00",
    "ZipCode": "sample string 2",
    "CityName": "sample string 3",
    "Statecode": "sample string 4",
    "StatusId": 1,
    "OfficeId": 5,
    "InterviewStatusId": 1,
    "LastEventId": 1,
    "AssociateContractId": 1,
    "BusinessAssociateCode": "sample string 6",
    "ResumeType": "sample string 7",
    "ShortZip": "sample string 8",
    "CandidateSourceId": 1,
    "CandidateSource": "sample string 9",
    "IsPro": true,
    "IsPositiveResponse": true
  }
]