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": "6b470b93-34c9-4208-99f7-cfff49bf0dd2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "76fc934f-2e48-4589-827c-9f6f40037d0b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "23891b36-8624-4999-be4e-dd3477bf655e",
"CreateDate": "2026-06-27T22:25:16.2007493-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T22:25:16.2007493-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a3903b2c-7de3-4bbf-8be1-151406358b4a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0a9631ba-d2e1-4a0c-ae39-1f942080d04f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "bc7cfe75-af23-4d2a-a82f-17bef110e3d7",
"CreateDate": "2026-06-27T22:25:16.2007493-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T22:25:16.2007493-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": "b63dd9bc-7547-4839-a109-e4403a04436b",
"CreateDate": "2026-06-27T22:25:16.2007493-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T22:25:16.2007493-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}