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": "5b2f294b-5216-45d4-b2da-eb04b7667af6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "4b8df0b6-58a1-442d-aace-ff44f5c51e12",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "54f60b43-048a-4116-b076-3f4b01ac7a18",
"CreateDate": "2026-09-22T03:30:09.6029263-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:30:09.6029263-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d34447db-e0c0-41e2-9f08-86bbabcd2fe1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c42777ba-6fb2-4ebc-a712-922ad9a1abc8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ef1b3741-a04e-41f9-9ae9-5396ed4521c1",
"CreateDate": "2026-09-22T03:30:09.6029263-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:30:09.6029263-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c13220a0-c95c-4e99-a972-5a5230fc1394",
"FieldId": "af23fe1d-c10a-42fc-90e5-b1327e0a6e3a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c13220a0-c95c-4e99-a972-5a5230fc1394",
"FieldId": "af23fe1d-c10a-42fc-90e5-b1327e0a6e3a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "a18bb7f3-2336-45d5-8a47-ae7ee23aa12d",
"CreateDate": "2026-09-22T03:30:09.6029263-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:30:09.6029263-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}