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": "42cb9a4a-438e-4a87-adc5-600b7c8b3e86", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "9e24a87e-863f-4c7a-8954-7069caad86cc", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "27c76e9f-533c-4487-b33c-ac9f51ca71e3", "CreateDate": "2024-12-26T03:04:25.5283326-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-26T03:04:25.5283326-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "88b88b5e-9bb1-4b82-b9d1-6d20746d7025", "Name": "sample string 1" }, "Unit": { "UnitId": "2daf8f88-07ef-41cb-b859-9eaa19256d32", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "4b330340-f7df-41fa-a828-f52ff8b818cd", "CreateDate": "2024-12-26T03:04:25.5283326-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-26T03:04:25.5283326-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "a59ddebb-f3b6-4391-a5c9-74dbaeb88350", "FieldId": "ce251c19-b899-417b-815d-8bbcc5514578", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "a59ddebb-f3b6-4391-a5c9-74dbaeb88350", "FieldId": "ce251c19-b899-417b-815d-8bbcc5514578", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "da350dc6-3f6a-41c3-8902-91dd46e4e748", "CreateDate": "2024-12-26T03:04:25.5283326-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-26T03:04:25.5283326-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }