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": "586e7c2c-786f-48b0-8a9d-d0f9e5a8773a", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c43392c5-7c6d-42eb-aa21-1623225cc911", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c78ec862-9644-40f1-8dc6-b953a53536ea", "CreateDate": "2024-12-08T18:54:02.758191-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-08T18:54:02.758191-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "7e8ba835-c60f-4cfd-a12b-cf54f7ab0db1", "Name": "sample string 1" }, "Unit": { "UnitId": "b987b6be-41ca-4765-8530-d7f1e43e9682", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "32b829ab-426f-40a9-8667-0f3a0ac4d4c6", "CreateDate": "2024-12-08T18:54:02.758191-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-08T18:54:02.758191-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "a51d5192-71ab-44fa-a94f-cae065d937e3", "FieldId": "79f7c159-9707-4a14-889a-73905b40192a", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "a51d5192-71ab-44fa-a94f-cae065d937e3", "FieldId": "79f7c159-9707-4a14-889a-73905b40192a", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "4ebc0af9-8257-4750-86e2-c5117ea2c744", "CreateDate": "2024-12-08T18:54:02.758191-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-08T18:54:02.758191-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }