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": "8dbf062c-b03c-4de8-9153-8158a579415e", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "8b226190-391c-4fd1-af03-975432fad671", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "c5e1e0be-8a86-4987-9998-bc256c0abc48", "CreateDate": "2025-09-13T18:31:18.6436042-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T18:31:18.6436042-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "6268ce3f-4e89-47c6-a33b-b7de733baf20", "Name": "sample string 1" }, "Unit": { "UnitId": "c15b7871-ec48-4005-8d18-58222d007649", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "1ff17691-ef0e-499d-bd8a-1d374cca8d72", "CreateDate": "2025-09-13T18:31:18.6436042-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T18:31:18.6436042-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "3e512dcb-d0e1-4411-a92d-bae4853c369c", "FieldId": "3ec62771-2787-4fbb-b973-b0c16b627d34", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "3e512dcb-d0e1-4411-a92d-bae4853c369c", "FieldId": "3ec62771-2787-4fbb-b973-b0c16b627d34", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "fe279b2b-2516-4a94-bb1c-8753fb31a44d", "CreateDate": "2025-09-13T18:31:18.6436042-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T18:31:18.6436042-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }