Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of data types.
Collection of ProfileValueOption| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Gets or sets the name. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| stringConstraint |
Gets or sets the string constraint. |
string |
None. |
| category |
Gets or sets the category. |
string |
None. |
| displayOrder |
Gets or sets the display order. |
integer |
None. |
| isActive |
Gets or sets a value indicating whether profile value option is active. |
boolean |
None. |
| isEditable |
Gets or sets a value indicating whether profile value option is editable. |
boolean |
None. |
| dataType |
Gets or sets the profile value option identifier. |
integer |
None. |
| permission |
Gets or sets the permission identifier. |
integer |
None. |
| id |
Gets or sets the profile value option identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample String 1",
"description": "sample String 2",
"stringConstraint": "sample String 3",
"category": "sample String 4",
"displayOrder": 5,
"isActive": true,
"isEditable": true,
"dataType": "8",
"permission": "1",
"id": "9"
},
{
"name": "sample String 1",
"description": "sample String 2",
"stringConstraint": "sample String 3",
"category": "sample String 4",
"displayOrder": 5,
"isActive": true,
"isEditable": true,
"dataType": "8",
"permission": "1",
"id": "9"
}
]
text/html
Sample:
[{"name":"sample String 1","description":"sample String 2","stringConstraint":"sample String 3","category":"sample String 4","displayOrder":5,"isActive":true,"isEditable":true,"dataType":"8","permission":"1","id":"9"},{"name":"sample String 1","description":"sample String 2","stringConstraint":"sample String 3","category":"sample String 4","displayOrder":5,"isActive":true,"isEditable":true,"dataType":"8","permission":"1","id":"9"}]
application/xml, text/xml
Sample:
<ArrayOfProfileValueOption xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ProfileValueOption>
<Name>sample String 1</Name>
<Description>sample String 2</Description>
<StringConstraint>sample String 3</StringConstraint>
<Category>sample String 4</Category>
<DisplayOrder>5</DisplayOrder>
<IsActive>true</IsActive>
<IsEditable>true</IsEditable>
<DataTypeId>8</DataTypeId>
<PermissionId>1</PermissionId>
<ProfileValueOptionId>9</ProfileValueOptionId>
</ProfileValueOption>
<ProfileValueOption>
<Name>sample String 1</Name>
<Description>sample String 2</Description>
<StringConstraint>sample String 3</StringConstraint>
<Category>sample String 4</Category>
<DisplayOrder>5</DisplayOrder>
<IsActive>true</IsActive>
<IsEditable>true</IsEditable>
<DataTypeId>8</DataTypeId>
<PermissionId>1</PermissionId>
<ProfileValueOptionId>9</ProfileValueOptionId>
</ProfileValueOption>
</ArrayOfProfileValueOption>
application/vnd.api+json
Sample:
Sample not available.