GET api/UserInfoes/ByUserId?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UserInfoListView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserType | integer |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| Password | string |
None. |
|
| Address | string |
None. |
|
| ActiveStatus | boolean |
None. |
|
| OwnerId | integer |
None. |
|
| CreatedAt | date |
None. |
|
| UpdatedAt | date |
None. |
|
| DeletedAt | date |
None. |
|
| DeletedBy | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| DeletedStatus | boolean |
None. |
|
| CountryId | integer |
None. |
|
| StateId | integer |
None. |
|
| CityId | integer |
None. |
|
| InstituteId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| Designation | string |
None. |
|
| ReferredBy | integer |
None. |
|
| OrganizedBy | integer |
None. |
|
| ApprovedStatus | boolean |
None. |
|
| VerificationStatus | boolean |
None. |
|
| PassingYear | integer |
None. |
|
| RegistartionNumber | string |
None. |
|
| ProfilePic | string |
None. |
|
| NIDNumber | string |
None. |
|
| NIDCopy | string |
None. |
|
| HighestDegreeId | integer |
None. |
|
| CountryName | string |
None. |
|
| StateName | string |
None. |
|
| CityName | string |
None. |
|
| UserTypeTitle | string |
None. |
|
| OwnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"UserType": 2,
"Name": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"ActiveStatus": true,
"OwnerId": 9,
"CreatedAt": "2025-12-06T10:22:19.5295839+06:00",
"UpdatedAt": "2025-12-06T10:22:19.5295839+06:00",
"DeletedAt": "2025-12-06T10:22:19.5295839+06:00",
"DeletedBy": 12,
"CreatedBy": 13,
"UpdatedBy": 14,
"DeletedStatus": true,
"CountryId": 16,
"StateId": 17,
"CityId": 18,
"InstituteId": 19,
"CompanyId": 20,
"Designation": "sample string 21",
"ReferredBy": 22,
"OrganizedBy": 23,
"ApprovedStatus": true,
"VerificationStatus": true,
"PassingYear": 26,
"RegistartionNumber": "sample string 27",
"ProfilePic": "sample string 28",
"NIDNumber": "sample string 29",
"NIDCopy": "sample string 30",
"HighestDegreeId": 31,
"CountryName": "sample string 32",
"StateName": "sample string 33",
"CityName": "sample string 34",
"UserTypeTitle": "sample string 35",
"OwnerName": "sample string 36"
},
{
"Id": 1,
"UserType": 2,
"Name": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"ActiveStatus": true,
"OwnerId": 9,
"CreatedAt": "2025-12-06T10:22:19.5295839+06:00",
"UpdatedAt": "2025-12-06T10:22:19.5295839+06:00",
"DeletedAt": "2025-12-06T10:22:19.5295839+06:00",
"DeletedBy": 12,
"CreatedBy": 13,
"UpdatedBy": 14,
"DeletedStatus": true,
"CountryId": 16,
"StateId": 17,
"CityId": 18,
"InstituteId": 19,
"CompanyId": 20,
"Designation": "sample string 21",
"ReferredBy": 22,
"OrganizedBy": 23,
"ApprovedStatus": true,
"VerificationStatus": true,
"PassingYear": 26,
"RegistartionNumber": "sample string 27",
"ProfilePic": "sample string 28",
"NIDNumber": "sample string 29",
"NIDCopy": "sample string 30",
"HighestDegreeId": 31,
"CountryName": "sample string 32",
"StateName": "sample string 33",
"CityName": "sample string 34",
"UserTypeTitle": "sample string 35",
"OwnerName": "sample string 36"
}
]
application/xml, text/xml
Sample:
<ArrayOfUserInfoListView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryManagementAPI.ViewModels">
<UserInfoListView>
<ActiveStatus>true</ActiveStatus>
<Address>sample string 7</Address>
<ApprovedStatus>true</ApprovedStatus>
<CityId>18</CityId>
<CityName>sample string 34</CityName>
<CompanyId>20</CompanyId>
<CountryId>16</CountryId>
<CountryName>sample string 32</CountryName>
<CreatedAt>2025-12-06T10:22:19.5295839+06:00</CreatedAt>
<CreatedBy>13</CreatedBy>
<DeletedAt>2025-12-06T10:22:19.5295839+06:00</DeletedAt>
<DeletedBy>12</DeletedBy>
<DeletedStatus>true</DeletedStatus>
<Designation>sample string 21</Designation>
<Email>sample string 4</Email>
<HighestDegreeId>31</HighestDegreeId>
<Id>1</Id>
<InstituteId>19</InstituteId>
<NIDCopy>sample string 30</NIDCopy>
<NIDNumber>sample string 29</NIDNumber>
<Name>sample string 3</Name>
<OrganizedBy>23</OrganizedBy>
<OwnerId>9</OwnerId>
<OwnerName>sample string 36</OwnerName>
<PassingYear>26</PassingYear>
<Password>sample string 6</Password>
<Phone>sample string 5</Phone>
<ProfilePic>sample string 28</ProfilePic>
<ReferredBy>22</ReferredBy>
<RegistartionNumber>sample string 27</RegistartionNumber>
<StateId>17</StateId>
<StateName>sample string 33</StateName>
<UpdatedAt>2025-12-06T10:22:19.5295839+06:00</UpdatedAt>
<UpdatedBy>14</UpdatedBy>
<UserType>2</UserType>
<UserTypeTitle>sample string 35</UserTypeTitle>
<VerificationStatus>true</VerificationStatus>
</UserInfoListView>
<UserInfoListView>
<ActiveStatus>true</ActiveStatus>
<Address>sample string 7</Address>
<ApprovedStatus>true</ApprovedStatus>
<CityId>18</CityId>
<CityName>sample string 34</CityName>
<CompanyId>20</CompanyId>
<CountryId>16</CountryId>
<CountryName>sample string 32</CountryName>
<CreatedAt>2025-12-06T10:22:19.5295839+06:00</CreatedAt>
<CreatedBy>13</CreatedBy>
<DeletedAt>2025-12-06T10:22:19.5295839+06:00</DeletedAt>
<DeletedBy>12</DeletedBy>
<DeletedStatus>true</DeletedStatus>
<Designation>sample string 21</Designation>
<Email>sample string 4</Email>
<HighestDegreeId>31</HighestDegreeId>
<Id>1</Id>
<InstituteId>19</InstituteId>
<NIDCopy>sample string 30</NIDCopy>
<NIDNumber>sample string 29</NIDNumber>
<Name>sample string 3</Name>
<OrganizedBy>23</OrganizedBy>
<OwnerId>9</OwnerId>
<OwnerName>sample string 36</OwnerName>
<PassingYear>26</PassingYear>
<Password>sample string 6</Password>
<Phone>sample string 5</Phone>
<ProfilePic>sample string 28</ProfilePic>
<ReferredBy>22</ReferredBy>
<RegistartionNumber>sample string 27</RegistartionNumber>
<StateId>17</StateId>
<StateName>sample string 33</StateName>
<UpdatedAt>2025-12-06T10:22:19.5295839+06:00</UpdatedAt>
<UpdatedBy>14</UpdatedBy>
<UserType>2</UserType>
<UserTypeTitle>sample string 35</UserTypeTitle>
<VerificationStatus>true</VerificationStatus>
</UserInfoListView>
</ArrayOfUserInfoListView>