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": "eab6cd7f-6bae-4830-97d6-fe4ebd81a120",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "aece06da-9c55-4431-93ed-fc72adbf8ab0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "490f00d6-c278-4b1b-bda6-29eb32fa1317",
"CreateDate": "2025-12-30T08:52:14.4314909-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-30T08:52:14.4314909-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "548a5ca6-d0e4-456f-989a-bd9cba8273e0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "664eb023-eb1a-4156-9232-7564a92cb8dc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1bce65d5-1ff7-4ffa-94e3-37a0ffc20ef3",
"CreateDate": "2025-12-30T08:52:14.4314909-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-30T08:52:14.4314909-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "44130063-0758-4535-adec-650971dca644",
"FieldId": "4054583b-cb69-4d7a-a746-57f714ed10f1",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "44130063-0758-4535-adec-650971dca644",
"FieldId": "4054583b-cb69-4d7a-a746-57f714ed10f1",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "40db7fde-f89a-4911-bfff-7896b229061d",
"CreateDate": "2025-12-30T08:52:14.4314909-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-30T08:52:14.4314909-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}