GET User/GetMiniResponse?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MiniUserResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| Name | string |
None. |
|
| Surname | string |
None. |
|
| string |
None. |
||
| PhotoUrl | string |
None. |
|
| Phone | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserID": 1,
"Name": "sample string 2",
"Surname": "sample string 3",
"Mail": "sample string 4",
"PhotoUrl": "sample string 5",
"Phone": "sample string 6"
}
application/xml, text/xml
Sample:
<User.MiniUserResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentekerAPIProject.Models"> <Mail>sample string 4</Mail> <Name>sample string 2</Name> <Phone>sample string 6</Phone> <PhotoUrl>sample string 5</PhotoUrl> <Surname>sample string 3</Surname> <UserID>1</UserID> </User.MiniUserResponse>