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": "28c11fad-1d00-4c3a-b0fd-c2423a507f63",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ba1aa3e3-8648-41b2-b400-50047ad42925",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3142d332-3a9f-4b48-9985-a8bb6f6cc6eb",
"CreateDate": "2025-11-15T02:20:17.4970425-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:20:17.4970425-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "0b43aff6-9907-415c-ab86-ea65204ba2c3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "cfc5ccde-dd77-49ff-a237-d019cb3af95d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "cc62cd25-196e-4cb9-ba23-4485f0a71e47",
"CreateDate": "2025-11-15T02:20:17.4970425-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:20:17.4970425-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": "3ad96447-e875-4c5d-811b-964feac1d434",
"CreateDate": "2025-11-15T02:20:17.4970425-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:20:17.4970425-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}