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": "9ee250e8-ab1c-40ed-85fb-28bc315167bd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a3dca238-67ec-4b7b-8873-61fb0eae11a2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "26f0cfc7-003c-4669-b08a-a71b63d74ca2",
"CreateDate": "2026-06-28T10:31:30.9735803-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T10:31:30.9735803-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "852fd972-6005-459a-b212-defc4a565b99",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1a1b9056-e468-4711-8a17-fc14565613c4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "80f4626b-f5f2-4b70-9c03-f6adfff62ae2",
"CreateDate": "2026-06-28T10:31:30.9735803-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T10:31:30.9735803-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": "5a15e994-9781-4cfc-9e15-0f6426522132",
"CreateDate": "2026-06-28T10:31:30.9735803-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T10:31:30.9735803-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}