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": "378cd941-6be2-4776-b9ef-45ebd1549fc3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f218f6d5-d6c9-44b0-a0a2-1f2851b45018",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b7599233-ff4d-4f46-983a-adafd2b9550b",
"CreateDate": "2026-05-20T08:01:58.0043833-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T08:01:58.0043833-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "39c779f5-98ad-4b8a-9f7b-e48ba3dfbdbb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b80e5fbb-7ee0-4049-b3d0-566cda9fa9e9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "57aeedff-43ef-47cc-88ee-6f1966e9fb85",
"CreateDate": "2026-05-20T08:01:58.0043833-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-20T08:01:58.0043833-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "179a7b50-20ff-48ff-8353-3c45d964a435",
"FieldId": "9e079a9c-c3b2-4a1d-8b7a-d17488e79389",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "179a7b50-20ff-48ff-8353-3c45d964a435",
"FieldId": "9e079a9c-c3b2-4a1d-8b7a-d17488e79389",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "2b4c6f81-8ea1-492d-b75a-5cc0e10c2314",
"CreateDate": "2026-05-20T08:01:58.0043833-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T08:01:58.0043833-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}