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": "f2c26e75-767c-4615-becf-5ab70949d072", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "fdcaca69-e7db-4387-a6b3-32871aa851a8", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "0ddad639-5e26-4551-966c-be58b94d171f", "CreateDate": "2025-05-08T20:29:11.8532237-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T20:29:11.8532237-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "1b2a0458-bc2a-477a-876f-a3c9e7f40a53", "Name": "sample string 1" }, "Unit": { "UnitId": "faca6ad4-76e3-4017-b473-063a017e629b", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "93549716-1aa3-48c3-89b4-cbf33c42123f", "CreateDate": "2025-05-08T20:29:11.8532237-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-08T20:29:11.8532237-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": "31eb92a6-6e87-4055-ab80-6a22e80da98f", "CreateDate": "2025-05-08T20:29:11.8532237-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T20:29:11.8532237-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }