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": "8d09fe09-f0f9-495f-804c-bdaad3031ac6", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "50eed28f-e6a2-4cf3-a027-7b947713e268", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3a70c288-861c-40bb-878b-0330152f2caf", "CreateDate": "2025-06-16T13:21:48.6314615-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T13:21:48.6314615-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "54b361a4-200c-4e73-a28c-fb6c39ed81ec", "Name": "sample string 1" }, "Unit": { "UnitId": "c35be36a-91a1-4e5f-852e-632f92b57820", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7c15b9bb-f2b2-4e2d-b839-c97f8317dca6", "CreateDate": "2025-06-16T13:21:48.6314615-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T13:21:48.6314615-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "2832b083-0b4e-4afe-bb1a-11f224b2ff3b", "FieldId": "5243182c-b34f-4c25-8d35-b1270bc6422f", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "2832b083-0b4e-4afe-bb1a-11f224b2ff3b", "FieldId": "5243182c-b34f-4c25-8d35-b1270bc6422f", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "134e410f-554d-479e-b251-c790e8bee5f2", "CreateDate": "2025-06-16T13:21:48.6314615-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T13:21:48.6314615-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }