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": "6916dab2-13af-481a-b2e7-e005ea898fdb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e694a35c-f7aa-4a87-986f-c0732edcd2b8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2e62471b-caa1-4eeb-b81d-6eac34ea13d0",
"CreateDate": "2026-08-12T11:15:30.0826088-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:15:30.0826088-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a077d56d-59e5-4a9b-acfc-cc15836bfd65",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f1df74ba-1a96-44cd-bebb-3b4af796338f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "57ddb8cd-4310-42a9-963f-5b52ab4928d4",
"CreateDate": "2026-08-12T11:15:30.0826088-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:15:30.0826088-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d710c63f-c4b3-433c-8649-4f0977633a24",
"FieldId": "9e76d5c0-87c0-4edd-b7a7-4a01eb1156b7",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d710c63f-c4b3-433c-8649-4f0977633a24",
"FieldId": "9e76d5c0-87c0-4edd-b7a7-4a01eb1156b7",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "88c0066f-5ca8-4756-9e6c-8178e0c34851",
"CreateDate": "2026-08-12T11:15:30.0826088-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:15:30.0826088-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}