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": "c9320997-dc55-4b86-8331-ce0360440912", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "098cb155-ff01-454f-b73e-6b732a740957", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "31897ef0-f82c-430b-ba24-e7170b79f9b3", "CreateDate": "2025-05-09T15:40:29.045039-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T15:40:29.045039-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "4ce6f86f-738c-4f7e-97c6-d5b92fd15b01", "Name": "sample string 1" }, "Unit": { "UnitId": "a5bce257-9935-45d0-939b-14ad303573fd", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ed7ea4ab-3c76-4570-967d-26d31f8a9b94", "CreateDate": "2025-05-09T15:40:29.045039-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-09T15:40:29.045039-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "eee297f0-3b74-49ad-a91b-5d25fc882be4", "FieldId": "65cd29ff-e12a-4f7b-9755-486c72bc2c78", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "eee297f0-3b74-49ad-a91b-5d25fc882be4", "FieldId": "65cd29ff-e12a-4f7b-9755-486c72bc2c78", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "ecef84c1-489e-496e-b663-727ec02c9d37", "CreateDate": "2025-05-09T15:40:29.045039-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T15:40:29.045039-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }