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": "7223ef90-6a8c-4b01-9c64-2f521e7d3059",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "50a4e908-cd41-4186-b6b2-b27bbe7a17d0",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d083da8e-4ad1-4074-bea1-4139fecaf1f8",
"CreateDate": "2026-08-11T22:25:25.5381424-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-11T22:25:25.5381424-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "4ee4b2ff-d69f-49c4-88a6-3c80899fad22",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2a191954-9f6a-4c19-8346-11cfbc701814",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26a4d46c-7871-4320-aae9-9ed384596893",
"CreateDate": "2026-08-11T22:25:25.5381424-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-11T22:25:25.5381424-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64391c31-7e2b-4173-8f37-60a2e4e0875d",
"FieldId": "7207a8b6-9d77-4a63-8166-07bc598fd813",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64391c31-7e2b-4173-8f37-60a2e4e0875d",
"FieldId": "7207a8b6-9d77-4a63-8166-07bc598fd813",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "40b3e565-e06e-403a-8d09-af45d1a70d4b",
"CreateDate": "2026-08-11T22:25:25.5381424-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-11T22:25:25.5381424-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}