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": "089b89ff-2334-476f-bc40-bdbf130789b6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9d7a5ea1-a273-4afc-a635-f4b58c98a4fc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "79be0e0e-f805-4539-9d32-8d07ed8c10d6",
"CreateDate": "2026-03-03T08:08:24.8897457-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:08:24.8897457-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ab42822c-99f3-4430-9dbb-9462ede6b609",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "65f66a94-97e6-42f7-b28a-bacb27b3f1de",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "24333939-e023-4a24-ba5a-f38fc1db240e",
"CreateDate": "2026-03-03T08:08:24.8897457-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:08:24.8897457-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": "fe33f915-5b25-4dd1-83c1-8f0698e41d90",
"CreateDate": "2026-03-03T08:08:24.8897457-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:08:24.8897457-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}