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": "36c6e8d1-6189-4398-8d9f-ed3c16ea073f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "efbc394f-da4d-4861-a02d-3c939e61f391",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "4aa8dff5-714f-4e77-b376-ab6cd6d69abe",
"CreateDate": "2025-12-22T03:34:58.0465146-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-22T03:34:58.0465146-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "89cabddd-f635-4629-8a86-99a2ec211ba7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "13208eb1-a5f2-4845-89ba-ffdc907328c1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b24ae338-f981-4fff-9dae-3533a3e3f245",
"CreateDate": "2025-12-22T03:34:58.0465146-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-22T03:34:58.0465146-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "edac681e-1b31-4044-bc0f-1aa30ccdd33f",
"FieldId": "f63f30b1-fc97-4617-b68c-2f58e30af1fb",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "edac681e-1b31-4044-bc0f-1aa30ccdd33f",
"FieldId": "f63f30b1-fc97-4617-b68c-2f58e30af1fb",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "4a774798-8bf5-4f3c-945a-b6767726970a",
"CreateDate": "2025-12-22T03:34:58.0465146-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-22T03:34:58.0465146-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}