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": "7641a1e4-af66-4ed1-9528-de52202d2352", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "b46d6370-9946-4a16-af51-b5535a9f8e87", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e8370e51-26b8-4205-8365-58e4d00a35de", "CreateDate": "2025-02-05T06:10:15.6998472-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:10:15.6998472-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "eec99ee9-3ace-484c-8630-ad6b936fef06", "Name": "sample string 1" }, "Unit": { "UnitId": "0e966735-915b-4ab6-9807-6ea49def1556", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "0b3e6e1f-df25-4aa8-bf10-ca9c5d427c06", "CreateDate": "2025-02-05T06:10:15.6998472-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T06:10:15.6998472-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "0884d022-41c5-44d9-88b2-b4109ac35520", "FieldId": "06943486-8dd7-4a38-8537-4262c87397fa", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "0884d022-41c5-44d9-88b2-b4109ac35520", "FieldId": "06943486-8dd7-4a38-8537-4262c87397fa", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "801897a2-e36e-4d3f-8745-e0603b4d3a6d", "CreateDate": "2025-02-05T06:10:15.6998472-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:10:15.6998472-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }