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": "35f64a3d-6b4d-4034-afb7-c896e79b5af4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f7b7b217-fb03-496e-9a54-9df5f5584fd9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "47e2c715-9bea-4518-ac6c-100f23ad32ed",
"CreateDate": "2026-01-21T00:18:57.3265778-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T00:18:57.3265778-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c4ff13ec-9378-4db8-9856-0759fde9aab0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5cb6c4f4-a5df-45ac-8324-77052cfd11d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5062ca52-36d0-47c9-8b4b-105dc39e4f9b",
"CreateDate": "2026-01-21T00:18:57.3265778-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T00:18:57.3265778-08: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": "f3a0c4f4-48ec-40ca-80fc-e88e47fbf975",
"CreateDate": "2026-01-21T00:18:57.3265778-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T00:18:57.3265778-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}