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": "cd2929e1-ff56-4d87-ac81-633b4e2ab68e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "4b03926e-0fdb-4494-8825-3ec7797434dc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0c63de18-cb47-404e-9408-9a1693cc7b39",
"CreateDate": "2026-07-15T13:21:34.0030679-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-15T13:21:34.0030679-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "19c3623f-160f-4cc5-aa91-e8855acf4cc1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ef9d5213-4230-4280-a89b-6c3f92e907f3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f5f4dff-edaa-4942-a9ab-e91a6064b887",
"CreateDate": "2026-07-15T13:21:34.0030679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-15T13:21:34.0030679-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1acdb84c-3b6b-44e7-b4a0-6ca19d7610aa",
"FieldId": "9aa9892f-86d5-406e-8813-46d404d3a916",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1acdb84c-3b6b-44e7-b4a0-6ca19d7610aa",
"FieldId": "9aa9892f-86d5-406e-8813-46d404d3a916",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "79427b7b-bae9-40c5-9547-eb50674baa5a",
"CreateDate": "2026-07-15T13:21:34.0030679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-15T13:21:34.0030679-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}