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": "c711e521-7642-4b49-9e42-5a18744cc8d6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d007a4e5-162e-4280-842c-a3170d7f1f58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb849257-b078-4ce0-8d24-10fbdc672efe",
"CreateDate": "2026-08-03T02:26:44.8733581-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:26:44.8733581-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9e3161df-ea1c-4056-97a3-e4563e1d9485",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7cd8a3c8-1d72-48db-9a82-9c763c8519f1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "913b9a23-f430-45c9-b2c2-43f402af5c56",
"CreateDate": "2026-08-03T02:26:44.8733581-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:26:44.8733581-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": "96d52742-9761-499b-bbeb-10d3b38891ce",
"CreateDate": "2026-08-03T02:26:44.8733581-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:26:44.8733581-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}