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": "a111e25d-a83d-41dc-9ef9-ea00af9af3c4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b3dd0771-0b52-46f4-a010-2787c9b28442",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "72a3701c-ca28-4be7-8820-b8cafda0958f",
"CreateDate": "2026-06-01T20:28:10.7698039-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-01T20:28:10.7698039-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "b020f7d5-addb-4184-bbbc-29c64155425e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "574d35e9-9f2f-4261-bb79-bfcb00ec6bf5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "17e2c5db-bea9-4a21-a7f2-6dff46599399",
"CreateDate": "2026-06-01T20:28:10.7698039-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-01T20:28:10.7698039-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2a61df0e-c092-467b-a819-6fb8a6e2d6ba",
"FieldId": "c32c4944-68bb-4c62-bd72-e3c12877b037",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2a61df0e-c092-467b-a819-6fb8a6e2d6ba",
"FieldId": "c32c4944-68bb-4c62-bd72-e3c12877b037",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "514bd06d-b233-48ec-a035-2db6c61a87d4",
"CreateDate": "2026-06-01T20:28:10.7698039-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-01T20:28:10.7698039-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}