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": "8469153e-3be1-4304-bd57-d2123cf596b1", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "62dbb629-7490-44b3-866e-3ceae8dad003", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "743b1411-89aa-44a1-b82b-50d84310713f", "CreateDate": "2025-10-10T14:55:30.1960359-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:55:30.1960359-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "dd987d08-054b-4576-8864-9ee700572806", "Name": "sample string 1" }, "Unit": { "UnitId": "e1158b41-ae86-4081-8ec6-359a05761e1b", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "928508df-56ad-4e21-a38d-3e70a39ff5a2", "CreateDate": "2025-10-10T14:55:30.1960359-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:55:30.1960359-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "e474d10c-3857-4985-a05e-7c43c5322c0b", "FieldId": "1ce0dbeb-6ac2-4bab-bfca-1b28647a69b1", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "e474d10c-3857-4985-a05e-7c43c5322c0b", "FieldId": "1ce0dbeb-6ac2-4bab-bfca-1b28647a69b1", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "3c1969e1-540e-474d-90fe-30b3fb7f6c51", "CreateDate": "2025-10-10T14:55:30.1960359-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:55:30.1960359-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }