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": "71f735f9-a218-4daf-aa0a-66b7658fb162", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "6e835e73-f35f-4eda-8ee2-f4a3f9058392", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "2efea668-a1b8-4208-b427-c91d6518e7ae", "CreateDate": "2024-10-10T15:23:04.0007893-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T15:23:04.0007893-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "441b0ab4-db44-4dea-b580-2937edbf46ca", "Name": "sample string 1" }, "Unit": { "UnitId": "5115bd14-0623-40c5-b419-b414a6fd02ce", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "41d2636e-8868-4aa6-b222-8046a9914634", "CreateDate": "2024-10-10T15:23:04.0007893-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-10-10T15:23:04.0007893-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ "sample string 1", "sample string 2" ], "SourceSystemId": "sample string 4", "CompanyId": "d2ab33cc-4415-4a43-8901-ca107a9cc830", "CreateDate": "2024-10-10T15:23:04.0007893-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T15:23:04.0007893-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }