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": "d92178b9-96d8-4eda-a2dc-168de77288fd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "291e02d9-2b2a-4edd-b131-49fd24e867d8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1105f2da-67cd-4aec-9e04-e4d6f905e447",
"CreateDate": "2025-12-10T05:02:59.9234837-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:02:59.9234837-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ffacd578-bf3f-4bb4-985b-3f4ae7d10321",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1e4e72ca-2222-45c9-ac33-1f0a5bd22fce",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d3a862fe-3521-4a93-b539-0b2636f5675e",
"CreateDate": "2025-12-10T05:02:59.9234837-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:02:59.9234837-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aee88935-9c67-405f-bacf-d0078ac7c1c8",
"FieldId": "3f01cad8-cec5-4cfc-9dd9-0726e53cc955",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aee88935-9c67-405f-bacf-d0078ac7c1c8",
"FieldId": "3f01cad8-cec5-4cfc-9dd9-0726e53cc955",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "ae0d7dd4-42fa-497f-91a1-bfe2b9b32b51",
"CreateDate": "2025-12-10T05:02:59.9234837-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:02:59.9234837-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}