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": "707679e9-a5aa-44a3-860b-8aba4e6c0fae",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "c6e2ee3e-56a3-4107-9dd8-209818806f34",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "e33c6497-460f-4d5f-a539-518dba0af992",
"CreateDate": "2026-08-04T17:26:55.5817202-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-04T17:26:55.5817202-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "3d3e44af-8e55-4362-b90e-f46d8b1d6704",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "002e92a9-d3e0-4188-9f68-4ace6b28a984",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c4c4bdcd-2a39-4f4b-8403-266676f3b6ef",
"CreateDate": "2026-08-04T17:26:55.5817202-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-04T17:26:55.5817202-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "01574a6b-3289-429a-bd96-9196b5623744",
"FieldId": "e8a98281-9e6a-49fc-8656-48931d15541e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "01574a6b-3289-429a-bd96-9196b5623744",
"FieldId": "e8a98281-9e6a-49fc-8656-48931d15541e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "7df55e40-2661-45df-bb6e-93d3095b37ce",
"CreateDate": "2026-08-04T17:26:55.5817202-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-04T17:26:55.5817202-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}