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": "8dbd29a4-4209-4ed5-b796-580976496c38",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "054af32b-7fbd-4680-8595-25eea022936d",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d787de21-d143-464f-9dbb-38d4433092b3",
"CreateDate": "2026-03-30T16:49:12.9590686-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-30T16:49:12.9590686-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "d00137fa-02c2-4ff3-993a-7d53cc755a9c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e3323726-1fa3-41e0-810c-8f59e205e0b3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "175fb9c4-8ec4-4174-a71a-b352cef42c43",
"CreateDate": "2026-03-30T16:49:12.9590686-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-30T16:49:12.9590686-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a9a2a338-a74f-4296-b54f-6b732462ce79",
"FieldId": "08a1e667-e496-4dde-8843-cd86f3599b7a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a9a2a338-a74f-4296-b54f-6b732462ce79",
"FieldId": "08a1e667-e496-4dde-8843-cd86f3599b7a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "04d69f31-f39f-4a41-bd4c-ff7ea9dda743",
"CreateDate": "2026-03-30T16:49:12.9590686-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-30T16:49:12.9590686-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}