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": "6fb0cb6c-a5dd-4b6a-a34b-ba2bab10b5b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2d2ebb3b-d5bf-47cc-afe2-afb38b38429b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "b7e0cc1b-3807-4b97-ba88-a3d6c8061f5d",
"CreateDate": "2026-06-22T01:43:51.5500244-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-22T01:43:51.5500244-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "e64e3822-13cb-476d-ba71-4e32795413db",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "094a9b0e-24a9-49e0-8dbf-c7eb2eb06c87",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f42b770f-80db-4ac6-9db8-0f89defed196",
"CreateDate": "2026-06-22T01:43:51.5500244-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T01:43:51.5500244-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f58b3b58-bc5c-482a-9c0f-f459282f08cc",
"FieldId": "a9618e18-ca1f-4803-87aa-31ffea5b56b4",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f58b3b58-bc5c-482a-9c0f-f459282f08cc",
"FieldId": "a9618e18-ca1f-4803-87aa-31ffea5b56b4",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "78fabc58-9f18-4c5a-b92f-52baf9c3fb4c",
"CreateDate": "2026-06-22T01:43:51.5500244-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T01:43:51.5500244-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}