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": "65a965e0-1c2e-455c-ad6e-61bbbaf552b2", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "f94aa8e4-c26f-47b6-8fd9-f25dd45ec7a3", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "20c293ff-0fe7-45e7-a10c-7da3700d63a4", "CreateDate": "2025-07-19T00:38:57.9566674-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-19T00:38:57.9566674-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "156fbe99-b048-4129-91e1-02475900bb78", "Name": "sample string 1" }, "Unit": { "UnitId": "ae910749-d33f-4528-8603-740f89b76856", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b48c0b38-241a-4bfc-9e9b-0ff03bb8587a", "CreateDate": "2025-07-19T00:38:57.9566674-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-19T00:38:57.9566674-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "3289c06c-be78-40d1-b590-e06199735982", "FieldId": "7012d3d8-9930-4a13-b259-f123dc9cf134", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "3289c06c-be78-40d1-b590-e06199735982", "FieldId": "7012d3d8-9930-4a13-b259-f123dc9cf134", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "16c2bfb5-08c5-45bd-90b9-009583332ceb", "CreateDate": "2025-07-19T00:38:57.9566674-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-19T00:38:57.9566674-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }