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": "0e12cfe4-ce22-448a-bcda-6759ef700888", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "91b6d6ab-b024-4017-b9e7-754b53e9c8fe", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "2ae045cc-f9ae-49dc-b4ff-41eb04dc69fd", "CreateDate": "2025-03-09T08:25:03.6435432-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-03-09T08:25:03.6435432-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "3516f02e-4076-48eb-99eb-8aa0f6f33080", "Name": "sample string 1" }, "Unit": { "UnitId": "1d763af7-8a22-4273-8588-093de5f05fd8", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "d9f4d2c9-444a-4ca5-a9f2-2d9badeb8f97", "CreateDate": "2025-03-09T08:25:03.6435432-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-03-09T08:25:03.6435432-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "848c12eb-5e68-40f5-9419-e74f0fc100cd", "FieldId": "f6ae704f-7cc6-497e-b932-8f80ce400f27", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "848c12eb-5e68-40f5-9419-e74f0fc100cd", "FieldId": "f6ae704f-7cc6-497e-b932-8f80ce400f27", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "5d274d27-0b65-4890-a4c4-e715a5c677cc", "CreateDate": "2025-03-09T08:25:03.6435432-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-03-09T08:25:03.6435432-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }