GET PropertyTypes?propertyTypeId={propertyTypeId}
Retrieves a property type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyTypeId |
Id of the property type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the property type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PropertyType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PropertyTypeId": "b364e52f-820b-4dae-9ea2-9e79122dc880",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "af985b2d-ccfa-48df-aa63-0e9c06438b0a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4ab00155-6898-43ba-a97d-f9c58b3776d3",
"CreateDate": "2026-08-23T08:29:20.2168043-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:20.2168043-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "e5bfdae6-cc99-4674-940e-650de13f8d38",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5cfb56b8-cf30-4064-8c28-d19eef0a3dce",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "983153cb-087e-4cc0-b2e1-c60485eea994",
"CreateDate": "2026-08-23T08:29:20.2168043-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:29:20.2168043-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "f9f1eab2-f41d-4465-9a6c-7f8eda03bd8d",
"CreateDate": "2026-08-23T08:29:20.2168043-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:20.2168043-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}