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": "d5c1ea7a-b00c-486d-b0a6-ec6dd2981f78",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9fb9da1f-3425-4dfd-93cb-dd3fa9d71428",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d826ba51-d178-4d5a-9559-567d91269960",
"CreateDate": "2026-09-18T16:58:12.9811921-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-18T16:58:12.9811921-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "a2c19aa5-fdf0-43f7-a2c0-8cd476809f7a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "32dd1ba0-551f-4c98-aa0d-a62d87393c68",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0ffe24b1-ce36-4b73-b5e8-2e3f92dcf002",
"CreateDate": "2026-09-18T16:58:12.9811921-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T16:58:12.9811921-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9c51d967-1658-48b4-bdc6-d84f3e61ef3e",
"FieldId": "ca94b47c-d9ad-42a7-95a0-2dd73dcc52b6",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9c51d967-1658-48b4-bdc6-d84f3e61ef3e",
"FieldId": "ca94b47c-d9ad-42a7-95a0-2dd73dcc52b6",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "f2cf3b3a-1283-450e-8341-690d296b87fa",
"CreateDate": "2026-09-18T16:58:12.9811921-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T16:58:12.9811921-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}