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": "2bcec723-ff83-4bb9-8dc1-70b594490ccb", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "9b01bf5b-aff4-49c3-8e93-3bb9b3787a4b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "46e4a090-b272-4fdf-940b-460b43ac4307", "CreateDate": "2024-12-21T18:44:30.8299972-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-21T18:44:30.8299972-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "0e2d5af1-3363-43f5-bdfa-7b5e4b9881fc", "Name": "sample string 1" }, "Unit": { "UnitId": "056e4b45-7b89-4969-bf70-d60ee7ed5973", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "493adadd-646c-4bae-a7e8-23a076c0ab42", "CreateDate": "2024-12-21T18:44:30.8299972-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-21T18:44:30.8299972-08: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": "0f44f5e3-bd01-4762-8aee-9785a8f9ee14", "CreateDate": "2024-12-21T18:44:30.8299972-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-21T18:44:30.8299972-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }