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": "b72ed3bf-6963-4775-aba3-430b7a620b16", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "42680c98-d4c7-4423-a4f7-c062d6bddffd", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "a2a83783-75ca-4174-a3ac-c11bb7a202f5", "CreateDate": "2025-06-27T07:03:31.1983492-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-27T07:03:31.1983492-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "b34c3715-3512-450c-b89f-a28b8d891e71", "Name": "sample string 1" }, "Unit": { "UnitId": "7b4e4b03-b6e4-4d98-ac3c-80f4220adf0c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ae569ee5-d8ff-4694-bb42-f5df8a6c2c6e", "CreateDate": "2025-06-27T07:03:31.1983492-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-27T07:03:31.1983492-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "7ee295f2-af11-401e-bfd3-890e91aa23c1", "FieldId": "7ed7dc8a-09f0-4fbb-a447-321f7f23e17a", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "7ee295f2-af11-401e-bfd3-890e91aa23c1", "FieldId": "7ed7dc8a-09f0-4fbb-a447-321f7f23e17a", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "01423b38-cc84-4047-bd28-3e2f6a744e35", "CreateDate": "2025-06-27T07:03:31.1983492-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-27T07:03:31.1983492-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }