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": "dd3f8d81-7a05-4249-9bfd-4b39dfceb041",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6abff0d5-e7e5-4058-bcd3-d6e0e880fcd9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "c415ab32-6916-4549-8aee-43346a6f6563",
"CreateDate": "2026-09-13T23:38:36.8780333-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T23:38:36.8780333-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "35df28ef-7648-4212-a737-73202f814c3d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f728685b-578d-4fa3-bf3f-be74f88f4741",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "883a17f2-3c29-4157-8ef8-1a6b1f23e443",
"CreateDate": "2026-09-13T23:38:36.8780333-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-13T23:38:36.8780333-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "df727b09-4aa4-4970-8463-96883216eba5",
"FieldId": "fd5961b3-b784-48b8-af8b-3a6ee224c807",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "df727b09-4aa4-4970-8463-96883216eba5",
"FieldId": "fd5961b3-b784-48b8-af8b-3a6ee224c807",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "c12e19a2-4884-4eb3-bf98-074aa11c542d",
"CreateDate": "2026-09-13T23:38:36.8780333-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-13T23:38:36.8780333-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}