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": "ac31d329-ffd6-4ba9-853a-a2cffb427593",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "50f2eba4-cbc4-4bcb-97b6-d6abc6be58e2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "13563fd6-c33c-4ec0-9687-f11998c76f72",
"CreateDate": "2026-08-09T23:42:49.8789417-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T23:42:49.8789417-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "03b061b1-1ced-4174-85c6-8887cdca31da",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "147a7812-9a55-4399-9b5f-1d9d15615b77",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a658c276-d594-4717-acdd-37acd72a0c7f",
"CreateDate": "2026-08-09T23:42:49.8789417-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T23:42:49.8789417-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3f43704a-11ec-47fa-b2fc-e2e208c91d38",
"FieldId": "18c66dc3-2322-4e8d-94df-d83896bd7421",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3f43704a-11ec-47fa-b2fc-e2e208c91d38",
"FieldId": "18c66dc3-2322-4e8d-94df-d83896bd7421",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "013057b4-a142-49ea-8637-2d80c514fd64",
"CreateDate": "2026-08-09T23:42:49.8789417-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T23:42:49.8789417-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}