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": "ae06e80d-44d3-4be9-b88b-284c0710c4a6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "50f5e34b-2fb7-4bc9-a839-04e191e3852b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e61cc5fc-0025-48ef-ad08-670129ed7efd",
"CreateDate": "2025-11-04T23:49:09.0583656-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-04T23:49:09.0583656-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ae1201b9-d39f-4379-b908-99fd35d3481f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "98716016-5e71-46ca-99ae-6b69612d6ece",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e6eea510-0780-4b28-9f3e-918e3ad6630a",
"CreateDate": "2025-11-04T23:49:09.0583656-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-04T23:49:09.0583656-08: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": "b76d2620-d6ee-4fb8-9375-675c4a9cdf0a",
"CreateDate": "2025-11-04T23:49:09.0583656-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-04T23:49:09.0583656-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}