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": "9e49a158-acc0-4e1b-8300-f22d8ad49410", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "91b466df-aebe-4664-9296-a2965955a241", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "77117952-b3c8-481a-aee0-b97456829aaa", "CreateDate": "2025-09-13T21:03:20.5601299-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:03:20.5601299-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5efa2726-baba-4bba-a040-d7b7612c3c7a", "Name": "sample string 1" }, "Unit": { "UnitId": "d42b9c0d-e8f1-4a71-a4c4-e6b8848ef841", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "95dfba2b-b981-4f6c-ab0b-11bd05380939", "CreateDate": "2025-09-13T21:03:20.5601299-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:03:20.5601299-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "15076956-e3a3-413b-9235-099466cb37a9", "FieldId": "25951cbd-6242-4a25-8b12-68839b9269b0", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "15076956-e3a3-413b-9235-099466cb37a9", "FieldId": "25951cbd-6242-4a25-8b12-68839b9269b0", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "6fcee2de-d6c6-47d9-bbdf-0a15dea0e553", "CreateDate": "2025-09-13T21:03:20.5601299-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:03:20.5601299-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }