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": "e89f7ca4-3d80-4058-b859-c82a486184e6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d9a50474-ffc5-4e9b-8b33-6a75953651b8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "045dd3bd-48e3-43ac-b488-5f354d6a6f90",
"CreateDate": "2026-03-13T13:59:23.1498146-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T13:59:23.1498146-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "b61c656e-96d1-437b-90c2-2b7fea86be0d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1bd4ae14-9d5d-4dd4-a855-214ae7be88e2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "db953416-1ade-4d37-8d6a-d63e4fd73b5b",
"CreateDate": "2026-03-13T13:59:23.1498146-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-13T13:59:23.1498146-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fa204bf5-eb18-401d-b25b-53a0736c1dad",
"FieldId": "d6801b8f-262b-41db-8336-8ee0944d5697",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fa204bf5-eb18-401d-b25b-53a0736c1dad",
"FieldId": "d6801b8f-262b-41db-8336-8ee0944d5697",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "20f19350-1351-4d85-97d0-89e1fa0c1684",
"CreateDate": "2026-03-13T13:59:23.1498146-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T13:59:23.1498146-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}