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": "2e8c845f-55a6-4790-9a62-9f728458fd88",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "be0597a5-00b6-415b-9176-58e41b8afdd9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0d7ad5d6-248f-4090-864d-ab117c879ecc",
"CreateDate": "2026-04-18T04:58:36.8085115-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-18T04:58:36.8085115-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "a3b9b712-9402-47bb-8254-8feccbffac2b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f6642477-ce25-49a7-b45a-eb3e5f3db58a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "df857c01-1ca2-4a2f-bab9-9fa4bc7b93da",
"CreateDate": "2026-04-18T04:58:36.8085115-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-18T04:58:36.8085115-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4129c739-3230-4af8-ac99-fdd58ed55d95",
"FieldId": "30d6dfe3-c813-4ab1-a73b-a166060cba7e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4129c739-3230-4af8-ac99-fdd58ed55d95",
"FieldId": "30d6dfe3-c813-4ab1-a73b-a166060cba7e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "beb8daf9-2d4d-4cd0-92bc-b03b8a80f67e",
"CreateDate": "2026-04-18T04:58:36.8085115-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-18T04:58:36.8085115-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}