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": "5262d82e-1c56-4ec9-9eca-1f4670e17ab7", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "29baeace-f62f-4671-9e06-2f8e73082dd8", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "a8a2be19-eada-4965-b903-d94fb7ec6ff3", "CreateDate": "2025-06-25T06:21:03.8786296-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-25T06:21:03.8786296-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "05af2e89-c1e1-4861-9749-a130b6decd90", "Name": "sample string 1" }, "Unit": { "UnitId": "0a3b9004-5b6f-4e83-afce-900df2d8da8a", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "eb727870-1a1d-430f-8348-52c786b8c3ab", "CreateDate": "2025-06-25T06:21:03.8786296-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-25T06:21:03.8786296-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ "sample string 1", "sample string 2" ], "SourceSystemId": "sample string 4", "CompanyId": "f859c076-3b86-40a1-b1c5-eb999415319c", "CreateDate": "2025-06-25T06:21:03.8786296-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-25T06:21:03.8786296-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }