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": "b876c1a1-eeb5-4ef4-9aea-f1f3bd14231c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0630a20d-4273-4866-9268-4e832a376a93",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f63ccdb-0549-4c83-a9bf-88456ec4e0df",
"CreateDate": "2026-02-11T01:23:59.3785105-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:23:59.3785105-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "84d683d4-bb45-4a16-8b31-282fb07870b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0b7a0300-2a78-494c-8918-2158e5739f4e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "974de26c-3932-4a95-a746-37651cbf3582",
"CreateDate": "2026-02-11T01:23:59.3785105-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:23:59.3785105-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": "9eaa789e-e944-4dbd-a82e-95beb787ff98",
"CreateDate": "2026-02-11T01:23:59.3785105-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:23:59.3785105-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}