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": "bc71038f-b738-4a60-8e69-d477295da05e", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "aa9ae548-0390-41cc-a906-180a6c04e69b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "eaaf2983-de4d-4739-8403-c8f70c180cfc", "CreateDate": "2025-07-31T22:48:10.4385638-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T22:48:10.4385638-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "f4200005-a0fe-45e5-8250-bad08b89f56e", "Name": "sample string 1" }, "Unit": { "UnitId": "2d11ecb7-9bbe-4cf2-97df-5325d9ed55dd", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "3b0b2902-88f7-4211-ba63-dd2443e257fd", "CreateDate": "2025-07-31T22:48:10.4385638-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T22:48:10.4385638-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": "e5410c02-ad2f-45a0-8fb3-dbaec0a89aaa", "CreateDate": "2025-07-31T22:48:10.4385638-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T22:48:10.4385638-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }