Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of property types.
Collection of Micro.PropertyType| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the identifier. |
integer |
None. |
| description |
Gets or sets the description. |
string |
None. |
| units |
Gets or sets the units. |
integer |
None. |
| isSubject |
Gets or sets a value indicating whether property type is subject. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "1",
"description": "sample String 2",
"units": 3,
"isSubject": true
},
{
"id": "1",
"description": "sample String 2",
"units": 3,
"isSubject": true
}
]
text/html
Sample:
[{"id":"1","description":"sample String 2","units":3,"isSubject":true},{"id":"1","description":"sample String 2","units":3,"isSubject":true}]
application/xml, text/xml
Sample:
<ArrayOfPropertyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PropertyType>
<PropertyTypeId>1</PropertyTypeId>
<Description>sample String 2</Description>
<Units>3</Units>
<IsSubject>true</IsSubject>
</PropertyType>
<PropertyType>
<PropertyTypeId>1</PropertyTypeId>
<Description>sample String 2</Description>
<Units>3</Units>
<IsSubject>true</IsSubject>
</PropertyType>
</ArrayOfPropertyType>