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": "519e23fd-6cf6-491c-baca-647b9ad35bec", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "e1193219-9dc2-4c05-a31e-6e32e117d726", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "b0693038-438d-4311-95fa-b6f37cd878d4", "CreateDate": "2025-07-11T20:15:58.8757854-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-11T20:15:58.8757854-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "054ad049-95bb-424b-a45b-0c50086eef3b", "Name": "sample string 1" }, "Unit": { "UnitId": "064eda90-b169-4518-8401-88f55fe8b5f7", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "621132ae-0520-4b2a-9a76-76c1117de78d", "CreateDate": "2025-07-11T20:15:58.8757854-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-11T20:15:58.8757854-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "fc610276-7131-4353-aeb9-d9589138a3cc", "FieldId": "03b71d92-4ded-459a-8c4a-2e32bebfed23", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "fc610276-7131-4353-aeb9-d9589138a3cc", "FieldId": "03b71d92-4ded-459a-8c4a-2e32bebfed23", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "8a66dc0e-7813-42ff-959b-6ecee9e631c9", "CreateDate": "2025-07-11T20:15:58.8757854-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-11T20:15:58.8757854-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }