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": "790ab9e5-da73-4ba9-a2df-bf5177b2a116",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "23d71b6e-cc91-48dc-9262-73ba98d7dd88",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d4a3b616-75e9-467a-b91c-9b4674b6dc2e",
"CreateDate": "2026-03-22T16:28:16.6975715-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-22T16:28:16.6975715-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "9c79ba13-4397-43d4-8a28-4ddef4e79b52",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "eb386fa4-b4c6-478a-ba01-a1df6df575be",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f3fe353b-2b87-483d-ad6b-b0d568c93e6d",
"CreateDate": "2026-03-22T16:28:16.6975715-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-22T16:28:16.6975715-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d8a575c8-8ebc-46c5-9be4-75925cde9862",
"FieldId": "fbedbf23-2517-44b5-8345-e7cf298c330a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d8a575c8-8ebc-46c5-9be4-75925cde9862",
"FieldId": "fbedbf23-2517-44b5-8345-e7cf298c330a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "67a0ace1-9eb2-4a58-b944-4a0b6e62457d",
"CreateDate": "2026-03-22T16:28:16.7131962-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-22T16:28:16.7131962-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}