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": "b41e62ca-acf7-48c2-86c4-088668dd6a5c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "fc008735-3c24-4cf5-9ab3-9be40ca1ba1f",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "efb44ed3-e4ed-4ce8-9c16-3086225d4105",
"CreateDate": "2026-02-15T08:57:11.4764749-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-15T08:57:11.4764749-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "97f1d7bd-68c8-47a7-8b13-b7d79d2ce5c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fa53329f-1eca-4f82-b13a-90579ad390bb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b9e9ffd7-b912-49e1-8074-561863ba8e38",
"CreateDate": "2026-02-15T08:57:11.4764749-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-15T08:57:11.4764749-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aba15a52-b5ee-425a-8d69-60243fe28509",
"FieldId": "6359d5c6-3c29-4bf8-9634-3bd89c66507c",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aba15a52-b5ee-425a-8d69-60243fe28509",
"FieldId": "6359d5c6-3c29-4bf8-9634-3bd89c66507c",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "dded42ae-508e-4ce5-a52e-a65e1ffbaf98",
"CreateDate": "2026-02-15T08:57:11.4764749-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-15T08:57:11.4764749-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}