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": "fafdc261-d3ef-4b53-b0e7-c1017ed8fac7", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "165435c1-7bff-4e4c-b527-adc6009cf8eb", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "e4e1e3ed-48ff-4200-8608-9855ce153ddd", "CreateDate": "2025-06-06T14:25:26.8717534-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-06T14:25:26.8717534-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "645c8871-e5bc-40f1-bc53-a3a00e6d11a2", "Name": "sample string 1" }, "Unit": { "UnitId": "e71b3392-c24e-4c3d-b08e-a0bcc2a82f91", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f70d8262-a72b-4a81-a0af-2e17a2195764", "CreateDate": "2025-06-06T14:25:26.8717534-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-06T14:25:26.8717534-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "443eece4-5e17-4611-82aa-089dab0034b8", "FieldId": "69c2b3ad-9791-4fc2-94a6-e75bab508ac4", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "443eece4-5e17-4611-82aa-089dab0034b8", "FieldId": "69c2b3ad-9791-4fc2-94a6-e75bab508ac4", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "1d83fa66-6959-4335-971c-4be303baa1d0", "CreateDate": "2025-06-06T14:25:26.8717534-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-06T14:25:26.8717534-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }