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": "8f5e2ed3-4389-4a9d-8930-146e7608e14e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "59a2d9a0-d266-40c8-b900-314c348bc8c5",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "f9252816-6f9e-48f0-9272-e42ed2b359f5",
"CreateDate": "2026-01-26T00:03:28.7389688-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-26T00:03:28.7389688-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "b7922622-1e69-421d-b6e7-5caf4ae6b3cd",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "da9dac71-df39-4be7-8965-33eafdb1c5d4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ac5fc299-6733-4a62-a85e-c1d6d90dc8ff",
"CreateDate": "2026-01-26T00:03:28.7389688-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-26T00:03:28.7389688-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "114bf56b-12ac-4798-a986-8148d047dd2a",
"FieldId": "f56f3a89-ed67-4bdf-b9e9-e0de34d1337e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "114bf56b-12ac-4798-a986-8148d047dd2a",
"FieldId": "f56f3a89-ed67-4bdf-b9e9-e0de34d1337e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "41302e9f-f07e-4f8e-a1ae-428c5b0b65a2",
"CreateDate": "2026-01-26T00:03:28.7389688-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-26T00:03:28.7389688-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}