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": "78282650-3edb-4461-887c-8f36b4dea6cc", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c9e98199-b4b7-4700-9e9b-4dc61768e22c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "7d7524f9-6ec3-42d0-8f64-8c7a2e0c4971", "CreateDate": "2025-06-02T08:19:55.5576881-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T08:19:55.5576881-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e92a447b-a748-4450-b568-c4c12bcbbef5", "Name": "sample string 1" }, "Unit": { "UnitId": "ec7ccd6c-4718-44df-8b48-3efa6e2ac540", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7d7de580-453c-4ea3-bfac-351228c0f57e", "CreateDate": "2025-06-02T08:19:55.5576881-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T08:19:55.5576881-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": "1a96be7d-8068-4d37-8ab7-56b32a6befb8", "CreateDate": "2025-06-02T08:19:55.5576881-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T08:19:55.5576881-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }