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": "771bb204-89f0-4088-aaa7-c148b636d6b0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8e6f2318-a216-4e05-bdef-83086b4ae20a",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "b86a9054-d5b4-4170-a91d-70bf3014d4f4",
"CreateDate": "2026-09-26T13:58:49.9407467-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-26T13:58:49.9407467-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "803ad54f-6269-4227-965f-0a474a37da22",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f4cd477e-5606-49aa-8b19-5ca9b70f076c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "93a67956-bf28-4698-a678-e80ed2df4978",
"CreateDate": "2026-09-26T13:58:49.9407467-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-26T13:58:49.9407467-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a1b93e9-b04e-413c-be67-0949973b9f44",
"FieldId": "2ceb8ee0-09b2-4669-9ebc-18fe4caf5abe",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a1b93e9-b04e-413c-be67-0949973b9f44",
"FieldId": "2ceb8ee0-09b2-4669-9ebc-18fe4caf5abe",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "90f450c3-aa7d-4e64-b53f-b65545a159db",
"CreateDate": "2026-09-26T13:58:49.9407467-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-26T13:58:49.9407467-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}