GET api/userlog/GetPropertyTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PropertyType| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyTypeId | integer |
None. |
|
| PropertyTypeName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PropertyTypeId": 1,
"PropertyTypeName": "sample string 2"
},
{
"PropertyTypeId": 1,
"PropertyTypeName": "sample string 2"
}
]
text/html
Sample:
[{"PropertyTypeId":1,"PropertyTypeName":"sample string 2"},{"PropertyTypeId":1,"PropertyTypeName":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfPropertyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KnowledgeBase.Logging.UserLogSettings">
<PropertyType>
<PropertyTypeId>1</PropertyTypeId>
<PropertyTypeName>sample string 2</PropertyTypeName>
</PropertyType>
<PropertyType>
<PropertyTypeId>1</PropertyTypeId>
<PropertyTypeName>sample string 2</PropertyTypeName>
</PropertyType>
</ArrayOfPropertyType>