GET api/MobileApp/GetProfilePicture/{userId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ProfileImagePathName | Description | Type | Additional information |
---|---|---|---|
ImagePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ImagePath": "sample string 1" }
application/xml, text/xml
Sample:
<ProfileImagePath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Controllers.Account"> <ImagePath>sample string 1</ImagePath> </ProfileImagePath>