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": "9961bd39-d895-4fbe-bf2d-dddcb746c89c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b1e455f2-2f04-4dd1-8e20-aee6a658159c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2bb7d69f-9b77-430e-a30a-0ef20fe35d90",
"CreateDate": "2026-04-27T20:32:14.6181911-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:32:14.6181911-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "1a654ad7-3327-49e5-a091-19bf3578b676",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ad0de702-960d-45b3-af9c-1bb6a908cf94",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0034caea-a43f-4d5d-834a-fb3ae1023ec1",
"CreateDate": "2026-04-27T20:32:14.6181911-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:32:14.6181911-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "47901aa7-e89a-455c-980c-3965177737d9",
"FieldId": "8418e391-01fe-4758-891d-47b6443f1096",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "47901aa7-e89a-455c-980c-3965177737d9",
"FieldId": "8418e391-01fe-4758-891d-47b6443f1096",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "701ddee8-ae9c-4e54-862b-28788371568e",
"CreateDate": "2026-04-27T20:32:14.6181911-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:32:14.6181911-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}