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": "e98799b6-ccaf-4e53-b834-ef91a8302bf7", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "265690f1-be53-4f16-a2d4-1124bd347ad9", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "73d5e8f2-30ea-4cce-88dc-1c98f507313a", "CreateDate": "2025-08-30T12:54:17.4417035-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:54:17.4417035-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "fa3c8d4e-133d-4041-8c90-d825d08a2005", "Name": "sample string 1" }, "Unit": { "UnitId": "45a0a67e-1a08-4a82-8d79-60594a999d65", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "a189a023-321c-4c3a-937c-11051a4bd3a2", "CreateDate": "2025-08-30T12:54:17.4417035-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-30T12:54:17.4417035-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": "54cf0f2a-d3bb-4ec9-9e4c-eca078ec54c1", "CreateDate": "2025-08-30T12:54:17.4417035-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:54:17.4417035-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }