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": "fec84112-885d-492e-a809-bd86443066ef", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "101f05b2-485e-4c5b-9f45-85675021343d", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "ab7d87bd-b396-4141-a921-a9aa67d9aa81", "CreateDate": "2025-04-24T05:37:32.7461443-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T05:37:32.7461443-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "7be8449f-a3ee-41b7-bbb6-be627553a25e", "Name": "sample string 1" }, "Unit": { "UnitId": "81c80754-af45-4fd5-8884-56e436f9aba7", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "1772e802-a518-4f1c-acd0-eec85674742d", "CreateDate": "2025-04-24T05:37:32.7461443-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T05:37:32.7461443-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "50c1cf77-7b00-4d1d-b1f3-21f52d0b9637", "FieldId": "cf6c42e0-6c2c-49fd-bbbf-805a8030f449", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "50c1cf77-7b00-4d1d-b1f3-21f52d0b9637", "FieldId": "cf6c42e0-6c2c-49fd-bbbf-805a8030f449", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "66a206bd-5038-45b2-b3d0-1b4bde3be8ea", "CreateDate": "2025-04-24T05:37:32.7461443-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T05:37:32.7461443-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }