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": "01dc555a-ec6d-4d98-9426-7d4d0015a1bd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "193c09b5-f34b-4737-bd58-d3f446c7b133",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "23d9b3dd-ff84-49f2-953f-8b7789ed7200",
"CreateDate": "2026-02-03T00:58:33.7052926-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T00:58:33.7052926-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "de561f86-395b-4e86-8ee8-3fdcca69a855",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e78dcad8-5858-47c2-a924-23b6f8301ffc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "813b7899-76bb-453d-ab96-f0fe57991fcd",
"CreateDate": "2026-02-03T00:58:33.7052926-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T00:58:33.7052926-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2e5eaf37-403c-478b-ac98-b92f74f09f28",
"FieldId": "5617e88e-1c8e-469e-a980-c1fe8c17b0c3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2e5eaf37-403c-478b-ac98-b92f74f09f28",
"FieldId": "5617e88e-1c8e-469e-a980-c1fe8c17b0c3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "ea7d73b0-edd7-41d1-acd7-756f3bf26f28",
"CreateDate": "2026-02-03T00:58:33.7052926-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T00:58:33.7052926-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}