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": "dbb11728-7b06-48e2-9754-383780115ba8", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "3c831539-6443-4445-80d8-c67be4670a63", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5455bba8-7afb-497d-ae9c-60cb2e777fa3", "CreateDate": "2025-06-26T20:51:07.9174908-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-26T20:51:07.9174908-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "666aba9d-5411-4000-993f-660a2e62074e", "Name": "sample string 1" }, "Unit": { "UnitId": "0b4d3efd-4c93-47e9-8991-e1ad976f119e", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "c124468e-30c9-4299-b35f-aec989019558", "CreateDate": "2025-06-26T20:51:07.9174908-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-26T20:51:07.9174908-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": "7f53a8ab-d2c9-47df-8d27-0c6f36b390f6", "CreateDate": "2025-06-26T20:51:07.9174908-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-26T20:51:07.9174908-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }