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": "800b4a47-5edc-4009-ba02-b7326f5a77d6", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c342dfa3-8671-4687-94b0-a6b62607acb7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "72fa9b4e-8d23-4e69-8d7b-c118bc2a55cd", "CreateDate": "2025-05-09T01:50:04.062767-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T01:50:04.062767-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "4a18c1f9-2112-423b-9e82-25d1621d487c", "Name": "sample string 1" }, "Unit": { "UnitId": "49a5c304-6892-4eef-9c1c-45bd1f02adbe", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "08f965db-4142-4ab7-ab56-c24e73da1c15", "CreateDate": "2025-05-09T01:50:04.062767-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-09T01:50:04.062767-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": "48a4a45a-2330-4315-8567-0677910d5a7b", "CreateDate": "2025-05-09T01:50:04.062767-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T01:50:04.062767-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }