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": "bcbddcc5-3b07-4037-a288-6ed23c3d71d6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6423aa3f-1861-40ba-868d-14d00d46bb32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7eee5401-03c8-4fb5-a42a-270d9de3ef7b",
"CreateDate": "2025-12-31T16:49:09.5182084-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T16:49:09.5182084-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9179be82-23db-4f3f-865c-1e8dddc1ea46",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "402dca7f-76ff-4c77-a1a3-6c9fe1fc5a92",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e23e70fc-ff80-487b-a7f0-4052ebfcd43a",
"CreateDate": "2025-12-31T16:49:09.5182084-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T16:49:09.5182084-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": "2b72921f-a5d7-4bb7-abd8-6ce813c410d0",
"CreateDate": "2025-12-31T16:49:09.5182084-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T16:49:09.5182084-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}