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": "3c1fb885-b037-4eb5-9665-d4dc0b07c806", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "6860b543-2a5c-40e5-bf58-3b22d18c17aa", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "888ed23b-b8f7-4f8e-ad6e-af7391e681e5", "CreateDate": "2025-10-13T15:26:57.4580791-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-13T15:26:57.4580791-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "f66e0787-6848-4ffc-a3ad-6c21c6193ca7", "Name": "sample string 1" }, "Unit": { "UnitId": "f87f9845-000c-4d53-a1c7-d66d4c2a72dc", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "61d5fb23-f692-49fd-843b-86b012c4aa1a", "CreateDate": "2025-10-13T15:26:57.4580791-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T15:26:57.4580791-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "8097e14e-cf71-47f4-8b4e-6947cb69f4ca", "FieldId": "1fdbb292-a782-4132-a5df-d4509fe1d777", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "8097e14e-cf71-47f4-8b4e-6947cb69f4ca", "FieldId": "1fdbb292-a782-4132-a5df-d4509fe1d777", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "53a8c0de-538c-4fcf-b15e-e26099febcbe", "CreateDate": "2025-10-13T15:26:57.4580791-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T15:26:57.4580791-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }