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": "c07f3f8e-54fd-46c2-b048-b7402716c569", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "02bc8077-6227-4336-be28-3cc0d2545676", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "a39525a0-b2b2-4f22-9c32-313e1135563b", "CreateDate": "2024-11-23T00:04:40.8709205-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-11-23T00:04:40.8709205-08:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "c28a884f-ec08-4147-9c92-3320d81c343d", "Name": "sample string 1" }, "Unit": { "UnitId": "ba3d2ee0-dd9d-44d3-9c5e-f4e6cd9de250", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "dfdcaf57-68e8-4986-bf72-4ab71d2aa4ca", "CreateDate": "2024-11-23T00:04:40.8709205-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-11-23T00:04:40.8709205-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "58e613b0-3fca-4a64-952e-ca2b6f2d6ad7", "FieldId": "0c02c985-f6a3-45c8-8432-b931eff2e5b1", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "58e613b0-3fca-4a64-952e-ca2b6f2d6ad7", "FieldId": "0c02c985-f6a3-45c8-8432-b931eff2e5b1", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "959b5b4f-e151-459c-9d27-3a53fa952de8", "CreateDate": "2024-11-23T00:04:40.8709205-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:04:40.8709205-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }