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": "1808cfe2-b656-49d2-ad66-8782a6b1c025", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "94bee68a-4312-46fb-ba76-9b418274a48c", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "d0cfeaca-c6cc-4406-bdaa-5e5c03421c6c", "CreateDate": "2025-10-22T09:08:41.9882808-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-22T09:08:41.9882808-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "d8f90761-0930-4909-92b5-78508e915dfa", "Name": "sample string 1" }, "Unit": { "UnitId": "210d4969-98f4-4738-ad4d-c9007e8c9d91", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ca274e0b-3a87-4616-9889-6b7072d71e57", "CreateDate": "2025-10-22T09:08:41.9882808-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-22T09:08:41.9882808-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "f6469e96-9b9e-4d10-bcab-7436291e7e06", "FieldId": "f5add80a-5c47-49f8-b515-0c169833e73b", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "f6469e96-9b9e-4d10-bcab-7436291e7e06", "FieldId": "f5add80a-5c47-49f8-b515-0c169833e73b", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "8a21a336-0d17-485b-b08d-b2183e523435", "CreateDate": "2025-10-22T09:08:41.9882808-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-22T09:08:41.9882808-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }