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": "b99ce55e-f81f-41f3-b83d-d38427320d22",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e09194fd-d4f1-497b-86d6-36b619143ed7",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "c75b7f3e-a00b-49a0-acf9-57c6b73990fb",
"CreateDate": "2026-05-12T17:06:31.5700443-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-12T17:06:31.5700443-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "7d996ce1-ac55-48da-b3b5-d0abbc1dd55f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3559ca89-da3e-42aa-8c04-05d6dd26dff2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0769e811-5122-4c6d-afdf-02fe7b3a265d",
"CreateDate": "2026-05-12T17:06:31.5700443-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-12T17:06:31.5700443-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "02943f9f-e372-43d2-8ce8-f0b8532efed4",
"FieldId": "aed2fd2f-d49b-406c-bce3-ac27d7f7b5d7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "02943f9f-e372-43d2-8ce8-f0b8532efed4",
"FieldId": "aed2fd2f-d49b-406c-bce3-ac27d7f7b5d7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "a3b1489d-f1ee-48c7-b719-ea4f7d1d2bbf",
"CreateDate": "2026-05-12T17:06:31.5700443-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-12T17:06:31.5700443-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}