GET api/UserOtherApplication/GetOtherApplicantsByUserId

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of OtherApplicantUserModel
NameDescriptionTypeAdditional information
UserId

integer

None.

PrimaryUserId

integer

None.

OtherApplicantUserId

integer

None.

OtherApplicantId

integer

None.

UserApplicantStatusId

integer

None.

LastUpdatedDate

date

None.

UserApplicantStatus

string

None.

Firstname

string

None.

ApplicantEmail

string

None.

MiddleName

string

None.

LastName

string

None.

ApplicantName

string

None.

UserStatusId

integer

None.

IsEsigned

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "userId": 1,
    "primaryUserId": 2,
    "otherApplicantUserId": 3,
    "otherApplicantId": 4,
    "userApplicantStatusId": 5,
    "lastUpdatedDate": "2025-05-10T19:36:09.0270554-05:00",
    "userApplicantStatus": "sample string 7",
    "firstname": "sample string 8",
    "applicantEmail": "sample string 9",
    "middleName": "sample string 10",
    "lastName": "sample string 11",
    "applicantName": "sample string 12",
    "userStatusId": 13,
    "isEsigned": true
  },
  {
    "userId": 1,
    "primaryUserId": 2,
    "otherApplicantUserId": 3,
    "otherApplicantId": 4,
    "userApplicantStatusId": 5,
    "lastUpdatedDate": "2025-05-10T19:36:09.0270554-05:00",
    "userApplicantStatus": "sample string 7",
    "firstname": "sample string 8",
    "applicantEmail": "sample string 9",
    "middleName": "sample string 10",
    "lastName": "sample string 11",
    "applicantName": "sample string 12",
    "userStatusId": 13,
    "isEsigned": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfOtherApplicantUserModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OtherApplicantUserModel>
    <UserId>1</UserId>
    <PrimaryUserId>2</PrimaryUserId>
    <OtherApplicantUserId>3</OtherApplicantUserId>
    <OtherApplicantId>4</OtherApplicantId>
    <UserApplicantStatusId>5</UserApplicantStatusId>
    <LastUpdatedDate>2025-05-10T19:36:09.0270554-05:00</LastUpdatedDate>
    <UserApplicantStatus>sample string 7</UserApplicantStatus>
    <Firstname>sample string 8</Firstname>
    <ApplicantEmail>sample string 9</ApplicantEmail>
    <MiddleName>sample string 10</MiddleName>
    <LastName>sample string 11</LastName>
    <ApplicantName>sample string 12</ApplicantName>
    <UserStatusId>13</UserStatusId>
    <IsEsigned>true</IsEsigned>
  </OtherApplicantUserModel>
  <OtherApplicantUserModel>
    <UserId>1</UserId>
    <PrimaryUserId>2</PrimaryUserId>
    <OtherApplicantUserId>3</OtherApplicantUserId>
    <OtherApplicantId>4</OtherApplicantId>
    <UserApplicantStatusId>5</UserApplicantStatusId>
    <LastUpdatedDate>2025-05-10T19:36:09.0270554-05:00</LastUpdatedDate>
    <UserApplicantStatus>sample string 7</UserApplicantStatus>
    <Firstname>sample string 8</Firstname>
    <ApplicantEmail>sample string 9</ApplicantEmail>
    <MiddleName>sample string 10</MiddleName>
    <LastName>sample string 11</LastName>
    <ApplicantName>sample string 12</ApplicantName>
    <UserStatusId>13</UserStatusId>
    <IsEsigned>true</IsEsigned>
  </OtherApplicantUserModel>
</ArrayOfOtherApplicantUserModel>