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": "c8ef0214-cf76-4c22-8dd7-8d8958574d2e", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "bcbedbe3-607a-42f8-b1ed-3080594a74da", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "d1f3b349-bf51-4306-a0ba-610feb80ee80", "CreateDate": "2025-05-17T06:11:35.6860138-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-17T06:11:35.6860138-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "8349f21f-2cf2-46c6-a1a5-839eab08ce14", "Name": "sample string 1" }, "Unit": { "UnitId": "30ab2ffe-4be4-4af4-b8d3-cc31ff0fb45c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "cea41894-61c1-4d22-a737-a1e9024c2ae4", "CreateDate": "2025-05-17T06:11:35.6860138-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-17T06:11:35.6860138-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "d74f93e3-6a8e-45a9-813a-82dca51facaf", "FieldId": "b89a8871-d645-4152-add3-c43127e4d63b", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "d74f93e3-6a8e-45a9-813a-82dca51facaf", "FieldId": "b89a8871-d645-4152-add3-c43127e4d63b", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "e0bbf258-0001-4b6f-a71d-7aa20bf200a0", "CreateDate": "2025-05-17T06:11:35.6860138-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-17T06:11:35.6860138-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }