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": "793280ac-ccc0-4e07-9308-fa5d9fd69113", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "59ec88a4-832a-47ea-9dc7-60a29cc66feb", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "cf34d8d1-f139-4f30-b448-85a9dd751818", "CreateDate": "2025-04-01T14:46:01.7325198-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-01T14:46:01.7325198-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "45ecd4e2-872d-40ae-9552-d65eceeb81fa", "Name": "sample string 1" }, "Unit": { "UnitId": "e7d7f915-22ed-41ee-a884-cba1f3a69a9a", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "a3eaeb56-c226-439e-83e6-6253612ddb88", "CreateDate": "2025-04-01T14:46:01.7325198-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-01T14:46:01.7325198-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "cfd85e14-090f-4ba5-a1b2-ce3962b47729", "FieldId": "45990d86-45e4-41d8-9ba4-bde70774fac2", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "cfd85e14-090f-4ba5-a1b2-ce3962b47729", "FieldId": "45990d86-45e4-41d8-9ba4-bde70774fac2", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "98b24cdf-cc42-4112-a152-55959ba5995a", "CreateDate": "2025-04-01T14:46:01.7325198-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-01T14:46:01.7325198-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }