GET api/Profile/UserStorageType?userEmail={userEmail}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userEmail | string |
Required |
Body Parameters
None.
Response Information
Resource Description
StorageName | Description | Type | Additional information |
---|---|---|---|
storage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "storage": 1 }
application/xml, text/xml
Sample:
<Storage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PhwareWebApi.Util"> <storage>1</storage> </Storage>