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": "cf246348-7d5d-4391-bb43-a94a2b7b1b34",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3b181575-1524-48ca-adf6-2201f4804909",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c565df2-cb93-4330-858f-a675630d7103",
"CreateDate": "2026-06-30T11:48:25.1860583-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:48:25.1860583-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "37c460fb-e47a-4960-8400-74a0b2ff5799",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "69ecc0cb-77c6-425c-bf36-b8a0401a9704",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "540e5d9a-21ba-40a0-ab6a-09de207449ea",
"CreateDate": "2026-06-30T11:48:25.1860583-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:48:25.1860583-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "67499dca-c837-42b8-ab94-99f09baf3dfe",
"FieldId": "1f67639e-41d4-4bf3-801c-db8002906e98",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "67499dca-c837-42b8-ab94-99f09baf3dfe",
"FieldId": "1f67639e-41d4-4bf3-801c-db8002906e98",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "5ac79dca-c300-440e-938d-9b064ae804a8",
"CreateDate": "2026-06-30T11:48:25.1860583-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:48:25.1860583-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}