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": "46d34f00-3cb3-44ad-befd-acaf21d99a41", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "7cb89599-6076-4d10-a637-afbc061f25b0", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "9f66068c-e473-421d-94f7-2f15c74ce9a3", "CreateDate": "2025-01-02T10:17:04.9942927-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-01-02T10:17:04.9942927-08:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "41c5b067-af2c-4acc-bf23-51210ad0dd17", "Name": "sample string 1" }, "Unit": { "UnitId": "c0591a9c-a7b4-40dc-bef8-3322cad2aca6", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "40aa6136-4ad4-4773-b415-46e5ab67a864", "CreateDate": "2025-01-02T10:17:04.9942927-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-01-02T10:17:04.9942927-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "ac8d6203-8dfd-4fe2-8ae7-e530b323960a", "FieldId": "b595547b-ed83-4ca6-899c-05796c0b7bb9", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "ac8d6203-8dfd-4fe2-8ae7-e530b323960a", "FieldId": "b595547b-ed83-4ca6-899c-05796c0b7bb9", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "67e70b14-1caa-4321-81d4-bc5bad1a06fb", "CreateDate": "2025-01-02T10:17:04.9942927-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-01-02T10:17:04.9942927-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }