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": "10d1957a-a585-4103-89b6-f8f2c594f8f9", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "77249241-020d-4e43-9a07-76ee564e386b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "0383e988-4e0c-45d5-a30c-f2e29c55a6a7", "CreateDate": "2025-08-24T10:06:11.6382426-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-24T10:06:11.6382426-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "c3cb4675-cddc-40df-a700-58e07fbf728f", "Name": "sample string 1" }, "Unit": { "UnitId": "a850d0ea-680b-4af4-9dde-66a3c826734f", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "13d23cff-fa99-41f5-9cf8-1e519ad9beae", "CreateDate": "2025-08-24T10:06:11.6382426-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-24T10:06:11.6382426-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c86913d9-3fb6-490b-9577-9146a4afb7c3", "FieldId": "d301eff7-69f3-4502-a984-d3d864985e53", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c86913d9-3fb6-490b-9577-9146a4afb7c3", "FieldId": "d301eff7-69f3-4502-a984-d3d864985e53", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "407483dc-39df-4635-a542-d166022e8cf1", "CreateDate": "2025-08-24T10:06:11.6382426-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-24T10:06:11.6382426-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }