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": "942a6f72-84aa-4f35-a658-7f4589de41af",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bf2ff05e-0e23-41f4-bc14-6b296fd64eee",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "363485f7-a125-4075-ac65-03a75b209e8a",
"CreateDate": "2025-11-17T18:55:08.7376719-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-17T18:55:08.7376719-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "3286a30c-2b3c-48b2-9bb1-6768729e7461",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "721b3775-006e-46ea-9368-0758438ed5a8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1f20340e-bec2-4d76-bab6-a961d785f1da",
"CreateDate": "2025-11-17T18:55:08.7376719-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-17T18:55:08.7376719-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8163b3d3-5510-4486-a29c-ca59d3735d06",
"FieldId": "d8f9c6b9-f203-4956-a992-e292f75c6efb",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8163b3d3-5510-4486-a29c-ca59d3735d06",
"FieldId": "d8f9c6b9-f203-4956-a992-e292f75c6efb",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "e5d137e1-7579-42b4-a293-bbbfc11f54fa",
"CreateDate": "2025-11-17T18:55:08.7376719-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-17T18:55:08.7376719-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}