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": "431cce04-0df4-430c-a070-075451f7e157", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "d4d15443-8bbd-4ec6-987d-d43e19b763a2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "53076737-40b9-444e-9348-0995e73f7f3f", "CreateDate": "2024-11-23T00:21:51.9058126-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:21:51.9058126-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "c6984971-8602-4b83-809e-d5d8918db35c", "Name": "sample string 1" }, "Unit": { "UnitId": "8d1e5c19-a896-41cc-9cf1-e5a17f350ad5", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2c13e3ee-fff1-4644-9e81-e49f49ce5f80", "CreateDate": "2024-11-23T00:21:51.9058126-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-11-23T00:21:51.9058126-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "2ea49037-dfd8-48f5-ae56-0fb6d8ff7733", "FieldId": "eb555a76-184f-41f2-b3c7-88fe95ac4ab3", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "2ea49037-dfd8-48f5-ae56-0fb6d8ff7733", "FieldId": "eb555a76-184f-41f2-b3c7-88fe95ac4ab3", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "62829d1c-3449-4692-b058-69ad9c702ef6", "CreateDate": "2024-11-23T00:21:51.9058126-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:21:51.9058126-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }