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": "459b6294-189f-4ee8-8b36-24c17dc91ed3", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c5fd43f4-f056-4048-9a3b-e330194203ab", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "0b36e270-bb86-4c6e-8d28-bf40e27ca2be", "CreateDate": "2025-08-29T17:15:37.8088116-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-29T17:15:37.8088116-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "a838dfe4-05c0-464f-889b-08a5bb37ae29", "Name": "sample string 1" }, "Unit": { "UnitId": "6d75e8c0-a2c8-494f-9d63-b7fc7bd30335", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "9337e681-8d27-4582-ad8c-99415d94dcf7", "CreateDate": "2025-08-29T17:15:37.8088116-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-29T17:15:37.8088116-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "521e3189-ee5e-47f6-8a11-132f898e9fdc", "FieldId": "c66e655a-03fc-4449-81b4-14372448d9a7", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "521e3189-ee5e-47f6-8a11-132f898e9fdc", "FieldId": "c66e655a-03fc-4449-81b4-14372448d9a7", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "c5f98a9e-9ccd-4d68-88b7-a2a0fee27058", "CreateDate": "2025-08-29T17:15:37.8088116-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-29T17:15:37.8088116-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }