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": "09de3006-4872-429c-9d7e-2a8b1ebe3cd7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "4e5a70f7-6303-489e-b61b-da7b7f1242a3",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "c3e9b34e-782e-4885-8b1a-ebe7e21e940f",
"CreateDate": "2026-06-17T17:27:36.949651-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-17T17:27:36.949651-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "ba648781-c1ec-4ca8-9ed0-fea9843912af",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "540794b2-2041-4644-9d35-be627e431ce5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "29d4c987-3caa-4420-917f-f09b8cca4e4b",
"CreateDate": "2026-06-17T17:27:36.949651-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T17:27:36.949651-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ca3303d2-202b-4235-8015-ec0d4324db00",
"FieldId": "1cde69c9-8cb0-403c-aed3-a39a3c0e75df",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ca3303d2-202b-4235-8015-ec0d4324db00",
"FieldId": "1cde69c9-8cb0-403c-aed3-a39a3c0e75df",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "c152424d-c7f8-4ce9-a1c2-0760b858e937",
"CreateDate": "2026-06-17T17:27:36.949651-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T17:27:36.949651-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}