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": "aa16f0be-655f-40a6-9246-1b1273f4c8c0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1b85837f-48b1-4e63-87af-c3ea2dfb4068",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9bb59813-c67f-42b3-891f-8a96170009a4",
"CreateDate": "2026-07-13T23:57:18.734067-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:18.734067-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ce729cc5-c655-4d28-8e41-a813d0928e2d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f43269ab-7d01-4377-b936-7c50a40f9231",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c69e216d-1b1e-433f-8e21-13fca83637f3",
"CreateDate": "2026-07-13T23:57:18.734067-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:57:18.734067-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": "b15a3831-31e4-448d-b216-9cdaf5fe8c80",
"CreateDate": "2026-07-13T23:57:18.734067-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:18.734067-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}