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": "b8e2202b-7ab9-4967-af73-0ee1ef40d7bf",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a2ed4b42-a8d9-4037-ac56-cb77eb64bcdd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "59fbc390-8bb1-4c27-937f-4488f7762094",
"CreateDate": "2025-12-05T06:15:24.0041208-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:15:24.0041208-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "77a2fcbe-9da9-46e1-9791-fb8678da2e10",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "be67973a-3ff2-4ed1-9ad7-fcf2158e4f51",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "19cb5737-8200-4d43-b511-c734c986bc3a",
"CreateDate": "2025-12-05T06:15:24.0041208-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-05T06:15:24.0041208-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": "f59e4df5-361e-43c6-9628-4dfdeb166a57",
"CreateDate": "2025-12-05T06:15:24.0041208-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:15:24.0041208-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}