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": "de0559ce-661b-47da-9da3-3d3f45a669c2", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "e4ef3736-1e2e-42b2-ad97-7f69b039a02f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "1858d037-d30d-4ae7-bc3e-c663a4fbcf5e", "CreateDate": "2025-10-13T18:07:55.4896242-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T18:07:55.4896242-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "18d611d9-2d5c-46a2-8217-61c4004ac8e4", "Name": "sample string 1" }, "Unit": { "UnitId": "0c4950c6-d8d5-4268-9ebc-28e6c61a3f65", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "1abcb4fb-5db0-4eef-8bf1-1003c1983dcd", "CreateDate": "2025-10-13T18:07:55.4896242-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T18:07:55.4896242-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": "2e3b94fd-62bd-43b5-9b45-1404695c1fda", "CreateDate": "2025-10-13T18:07:55.4896242-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T18:07:55.4896242-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }