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": "f33dad96-1125-4071-be9d-299ae2fc8ee7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6bbb245e-fbeb-4957-9f7e-ee5bef0bf809",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "208984fd-7707-46ac-84c6-da26335665f5",
"CreateDate": "2026-04-30T15:55:21.4251179-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T15:55:21.4251179-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "932ae3c0-63a7-4fbf-99f8-091ff9e2a111",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b490249a-d7fa-4d3f-8997-6e6925534e78",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "cc021ebb-54ce-41c7-9014-8832a5ee961a",
"CreateDate": "2026-04-30T15:55:21.4251179-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T15:55:21.4251179-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a95efdd4-99e0-4cf3-82f9-93478fb514e9",
"FieldId": "a3bfa588-339a-4833-b1d0-c2990069e3d7",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a95efdd4-99e0-4cf3-82f9-93478fb514e9",
"FieldId": "a3bfa588-339a-4833-b1d0-c2990069e3d7",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "2c236b50-5a47-4d0e-9b7e-6cc30e393d8e",
"CreateDate": "2026-04-30T15:55:21.4251179-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T15:55:21.4251179-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}