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": "0764b046-fb44-46af-bafc-7e129a046aa6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1c5ac18c-3593-4ba6-91ad-c27af073ffa2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ed746a6f-f216-41e7-a9e7-c28211e7c7d9",
"CreateDate": "2026-01-16T10:52:22.6581242-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T10:52:22.6581242-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "928c2e52-778c-475a-ad91-d0b78a2dac48",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ece27edf-418b-4d10-b4eb-cee01fbbd8a0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ddbdf973-4b71-43fc-8258-9c69a9a033c9",
"CreateDate": "2026-01-16T10:52:22.6581242-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T10:52:22.6581242-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "45d75b32-f30c-4774-91e1-abc74489aed7",
"FieldId": "819a5de2-f874-4250-8324-f678255d10fb",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "45d75b32-f30c-4774-91e1-abc74489aed7",
"FieldId": "819a5de2-f874-4250-8324-f678255d10fb",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "15f27143-d7e6-48ab-bef9-8f18c88a9027",
"CreateDate": "2026-01-16T10:52:22.6581242-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T10:52:22.6581242-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}