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": "31f109e7-6009-42fe-bf46-5164d17709c9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "264f218e-b274-4ebe-a39f-85b7a6ba2528",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "10aa5b79-bc3b-4e2e-9901-212f45f0268a",
"CreateDate": "2026-05-04T12:34:20.2391118-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:34:20.2391118-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9331ecd7-efab-450a-9c44-604dd4f9e0b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e6dd94c0-4269-4a5e-a512-a95ce9885f52",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3834b6d4-1b0e-4464-a20e-c787453c1eae",
"CreateDate": "2026-05-04T12:34:20.2391118-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:34:20.2391118-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": "609879e2-ddb4-48be-a68a-a6ddfe5ad41b",
"CreateDate": "2026-05-04T12:34:20.2391118-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:34:20.2391118-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}