Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
profileValueName |
The profile value name. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The profile values.
Collection of Micro.ProfileValueName | Description | Type | Additional information |
---|---|---|---|
id |
Gets the profile value identifier. |
string |
None. |
name |
Gets or sets the name. |
string |
None. |
value |
Gets or sets the value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "sample String 1", "name": "sample String 1", "value": "sample String 2" }, { "id": "sample String 1", "name": "sample String 1", "value": "sample String 2" } ]
text/html
Sample:
[{"id":"sample String 1","name":"sample String 1","value":"sample String 2"},{"id":"sample String 1","name":"sample String 1","value":"sample String 2"}]
application/xml, text/xml
Sample:
<ArrayOfProfileValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProfileValue> <Name>sample String 1</Name> <Value>sample String 2</Value> </ProfileValue> <ProfileValue> <Name>sample String 1</Name> <Value>sample String 2</Value> </ProfileValue> </ArrayOfProfileValue>