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": "9ce802c1-881b-4308-aa88-4780bb427161",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cd51bef8-d65a-426a-8bf2-7853354e1f48",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "16fa4de2-0dba-4eeb-8049-84f254b05a2a",
"CreateDate": "2026-03-23T15:09:31.5619604-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T15:09:31.5619604-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "920a2a71-f12c-4970-b8c8-24b1ff14388f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5998812c-7399-4583-af81-17d7e61d04ec",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7a9322ab-c212-4387-8e83-49d9d1275aef",
"CreateDate": "2026-03-23T15:09:31.5619604-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T15:09:31.5619604-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": "e6ae5269-7da2-4424-b78a-79aae14ccdf7",
"CreateDate": "2026-03-23T15:09:31.5619604-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T15:09:31.5619604-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}