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": "3a6a56ce-86e4-4476-81ff-91bb81208a4c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "082d6722-881c-4708-ad71-5cb459655e1a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e6e863ef-c6c4-4c5a-a329-77977709610b",
"CreateDate": "2026-02-08T18:40:43.4607594-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:40:43.4607594-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "536c2589-4880-447d-bac3-4f7a0be5f210",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f12ca7d5-907d-4a35-b033-e5672544ed51",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "dc3f8284-9cc5-4083-9da9-a8061559990c",
"CreateDate": "2026-02-08T18:40:43.4607594-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:40:43.4607594-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "85fe79b3-1294-430f-83d5-883ca8d62a3e",
"FieldId": "b331c02e-c19f-435a-a7c8-1747e2c910f0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "85fe79b3-1294-430f-83d5-883ca8d62a3e",
"FieldId": "b331c02e-c19f-435a-a7c8-1747e2c910f0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "63fe4f14-5408-4010-8c8a-4ce7b3a61661",
"CreateDate": "2026-02-08T18:40:43.4607594-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:40:43.4607594-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}