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": "10a854a5-32e5-418b-ae41-76e0fe38cfd7", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "45fba34f-a4e3-4b58-a915-8e0d94af1ef2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "df2f99fd-bf00-40ef-905e-e5e904a51c50", "CreateDate": "2025-09-16T01:57:58.724543-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:57:58.724543-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "76147f7c-e4d9-472f-b9eb-d1334cabff10", "Name": "sample string 1" }, "Unit": { "UnitId": "7b5e2b8a-1e1e-4dcf-ae8f-a86e885072a2", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "a7227f46-080c-41eb-ba76-078bf349bb0e", "CreateDate": "2025-09-16T01:57:58.724543-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T01:57:58.724543-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": "eeece8e4-64f9-4f2e-b216-3f0b0a6f19b3", "CreateDate": "2025-09-16T01:57:58.724543-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:57:58.724543-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }