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": "08295994-3791-449c-abb7-48f74046a92b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "162fb082-8206-491a-8c6a-80c4e25f7fbd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "92aa782c-abfe-4324-be9a-b93669e2654e",
"CreateDate": "2026-05-24T15:02:16.6975239-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:02:16.6975239-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "4b0b7ea8-6b45-4c14-abc2-bdb64359fd9a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "56ab35b7-9a2f-4d04-aca7-af4aa42ee7b6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d092f912-66f9-4298-a220-79f55b153467",
"CreateDate": "2026-05-24T15:02:16.6975239-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:02:16.6975239-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": "c5b2d5a8-fd3e-4518-a1c9-1d198d874a85",
"CreateDate": "2026-05-24T15:02:16.6975239-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:02:16.6975239-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}