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": "f0d8776d-8327-43d1-b9fa-04242970269b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "541e9761-f6ce-4dd5-86e0-dc25aebdcbbd", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "32a406c7-3517-46e0-b6be-9900b61bcc10", "CreateDate": "2025-09-17T18:51:08.800383-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-17T18:51:08.800383-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "afef9445-3d5d-440b-acfe-aacb92306030", "Name": "sample string 1" }, "Unit": { "UnitId": "c0bd18c0-8e62-4483-af6f-0b497b69c31c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b2fa1e9b-51c4-4994-8662-b0c428003dd1", "CreateDate": "2025-09-17T18:51:08.800383-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-17T18:51:08.800383-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "5a632b15-59f4-4886-80a4-bc7f0c7de0a3", "FieldId": "17c6f11a-4964-4790-af5f-90826144664d", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "5a632b15-59f4-4886-80a4-bc7f0c7de0a3", "FieldId": "17c6f11a-4964-4790-af5f-90826144664d", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "682d4eff-782e-40ec-9c8e-ab633693bd5c", "CreateDate": "2025-09-17T18:51:08.800383-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-17T18:51:08.800383-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }