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": "84bd8962-5d40-4302-9c62-871899b7a9b5", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "3cfc2ec8-1ac7-4c83-a05d-3fb5c4cf65d8", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "f546937a-1bc1-4790-9b0b-f997ff4cd293", "CreateDate": "2025-06-30T22:25:12.5570574-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T22:25:12.5570574-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "eb3be4ef-8840-40f2-8273-cffb24aa4528", "Name": "sample string 1" }, "Unit": { "UnitId": "51613044-3b5a-4524-9c92-776afdde3b03", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "30a4f9b0-d655-45ca-819e-f3f6fa34d7f5", "CreateDate": "2025-06-30T22:25:12.5570574-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T22:25:12.5570574-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "5d0c5c1e-7c07-410f-9ddd-ed25bc64eeda", "FieldId": "e7ce22e3-01d6-47c1-ae08-e3793dea7b95", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "5d0c5c1e-7c07-410f-9ddd-ed25bc64eeda", "FieldId": "e7ce22e3-01d6-47c1-ae08-e3793dea7b95", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "b96e2a57-17d9-4ba9-b184-b44d31e080eb", "CreateDate": "2025-06-30T22:25:12.5570574-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T22:25:12.5570574-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }