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": "8e37b299-6da4-498a-9897-cbca58f7ac76",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "037e17a3-e125-4c64-a176-2c7d56b8e7ac",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f7d01980-4c64-44c5-a78c-1daed1d184bc",
"CreateDate": "2026-05-09T23:09:09.372273-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:09:09.372273-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "88e56f52-b3af-4db6-b912-c18f19e8048e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e6e8bbfe-a3d5-4519-8264-18d650590141",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4f0c8aa4-7baa-4e56-853b-e655b182b996",
"CreateDate": "2026-05-09T23:09:09.372273-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:09:09.372273-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": "b65730a4-bf6d-4f20-93ca-56bee0d64c1a",
"CreateDate": "2026-05-09T23:09:09.372273-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:09:09.372273-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}