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": "ab2b2786-4754-4080-9a2c-a6544a83b7b7", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "266353c8-3e4d-4729-a4a0-c1699068be4a", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "935bf045-067c-45df-8385-2b955348b1ed", "CreateDate": "2025-04-24T13:55:54.3644636-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T13:55:54.3644636-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "b2e5f971-0f8a-4ecf-ab1b-ae8827da32a7", "Name": "sample string 1" }, "Unit": { "UnitId": "99c02232-5e0f-40f9-bc30-e04581987686", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "6ad6d3a2-39d8-4781-84b0-f9d42744cbaf", "CreateDate": "2025-04-24T13:55:54.3644636-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T13:55:54.3644636-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "928fffad-d114-443e-9a71-6714afb678c7", "FieldId": "d234cecb-e1ce-4a3e-af37-b058c015279b", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "928fffad-d114-443e-9a71-6714afb678c7", "FieldId": "d234cecb-e1ce-4a3e-af37-b058c015279b", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "80a9e90b-0919-4444-a58d-a7378da33717", "CreateDate": "2025-04-24T13:55:54.3644636-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T13:55:54.3644636-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }