Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileValueId |
The profile value identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A profile value.
Collection of Pico.ProfileValue| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Gets or sets the name. |
string |
None. |
| profile |
Gets or sets the profile. |
string |
None. |
| type |
Gets or sets the profile value type. |
string |
None. |
| value |
Gets or sets the value. |
string |
None. |
| id |
Gets or sets the profile value identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample String 1",
"profile": "sample String 2",
"type": "sample String 3",
"value": "sample String 4",
"id": "5"
},
{
"name": "sample String 1",
"profile": "sample String 2",
"type": "sample String 3",
"value": "sample String 4",
"id": "5"
}
]
text/html
Sample:
[{"name":"sample String 1","profile":"sample String 2","type":"sample String 3","value":"sample String 4","id":"5"},{"name":"sample String 1","profile":"sample String 2","type":"sample String 3","value":"sample String 4","id":"5"}]
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>
<Profile>sample String 2</Profile>
<Type>sample String 3</Type>
<Value>sample String 4</Value>
<ProfileValueId>5</ProfileValueId>
</ProfileValue>
<ProfileValue>
<Name>sample String 1</Name>
<Profile>sample String 2</Profile>
<Type>sample String 3</Type>
<Value>sample String 4</Value>
<ProfileValueId>5</ProfileValueId>
</ProfileValue>
</ArrayOfProfileValue>