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": "e0c51e4c-4b34-40b3-b9c8-6bf020569ff0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2705c441-fe44-4528-95be-1d38bab84156",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2065d395-3a4b-4a46-9e9c-67eedcc6866b",
"CreateDate": "2026-06-13T17:45:57.3005377-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:45:57.3005377-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "5b446747-50f0-45ba-9d31-6e293e6159d0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1346853b-0cea-4e7c-bae0-4e771a9d4489",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c62bb0b0-c11a-4a4e-aaac-ed44f089010e",
"CreateDate": "2026-06-13T17:45:57.3005377-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T17:45:57.3005377-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": "a800ac36-30b0-4a5c-b87f-8816f558b0b1",
"CreateDate": "2026-06-13T17:45:57.3005377-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:45:57.3005377-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}