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": "0c8c053a-4cbc-49bd-85fd-f64d1184f312", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "ac08920f-c57e-4856-a498-05f031a8530c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "a6d2a506-bf4c-43cb-ab26-2e266a7b18da", "CreateDate": "2025-08-23T22:42:54.2268376-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:42:54.2268376-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "d907dfbe-a3d0-4c31-a52c-f0074e4b686c", "Name": "sample string 1" }, "Unit": { "UnitId": "b15bc3d3-7bd7-4eb4-9d22-a83a6a76ea63", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "d07334da-e96e-4224-9d8f-a0ecf3e12fea", "CreateDate": "2025-08-23T22:42:54.2268376-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:42:54.2268376-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "f7c6e208-7d31-4e4d-b884-025f32eeca3e", "FieldId": "46efb7ee-5a4a-4d35-888d-7bd7b7e2b17e", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "f7c6e208-7d31-4e4d-b884-025f32eeca3e", "FieldId": "46efb7ee-5a4a-4d35-888d-7bd7b7e2b17e", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "fd2110c6-94ce-4b97-8722-6aeb1e9c9018", "CreateDate": "2025-08-23T22:42:54.2268376-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:42:54.2268376-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }