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": "334fccfb-47de-4fa1-8be5-10a7c65f8f4b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6c8831c9-940c-4c2c-952f-cbcd90878bc2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c596599-2ab2-4c88-ab34-394bf638fd0f",
"CreateDate": "2026-04-14T09:15:11.1491252-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:15:11.1491252-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "b44008ed-210e-4b47-8114-81be9457b470",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d6850a03-63d0-46c0-80d6-46ab3c8ebd83",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c0d00199-f3a6-4cb0-bdf1-5789b64906ea",
"CreateDate": "2026-04-14T09:15:11.1491252-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:15:11.1491252-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": "92014ae0-5dde-425a-9819-1b31518cbd01",
"CreateDate": "2026-04-14T09:15:11.1491252-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:15:11.1491252-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}