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": "8ef5c5b1-1ae6-4711-8d33-516ac0d597aa",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "55df1280-52cb-4d6b-9975-e0c131a8e132",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "01a4c593-5b8d-4302-83c1-7c942945bfe3",
"CreateDate": "2025-12-17T04:29:43.0817105-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:29:43.0817105-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "d1171933-ea34-4739-8cd5-ebaedd83099e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9d978758-2421-4dd4-9049-137a7de9d291",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "08119d27-d1fa-4ee4-b611-4f1644d4de96",
"CreateDate": "2025-12-17T04:29:43.0817105-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:29:43.0817105-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "de95b0e5-ec49-4cd4-8718-e1112a323a4f",
"FieldId": "9ace439c-3aa1-418b-a8e4-94d59f0b3468",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "de95b0e5-ec49-4cd4-8718-e1112a323a4f",
"FieldId": "9ace439c-3aa1-418b-a8e4-94d59f0b3468",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "4312369d-f724-429d-984c-0e516ae544c1",
"CreateDate": "2025-12-17T04:29:43.0817105-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:29:43.0817105-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}