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": "d6fc2308-e96e-4f33-bd3c-87a1919b13ab",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b867a5d-fcf0-487e-9f79-0bcd67d555a4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "99ffd582-efdc-4daa-b81c-f8582acb29fe",
"CreateDate": "2026-06-10T02:42:35.0361571-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T02:42:35.0361571-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "91e96270-1148-4fba-8beb-ae0edfe6d872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "784261d4-20f4-4d4a-9866-0c87310c2286",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9d3cc57a-8034-4a23-b318-22c3b5c82cc4",
"CreateDate": "2026-06-10T02:42:35.0361571-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T02:42:35.0361571-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "325fd70b-636b-4cba-bf88-d80e714c01ba",
"FieldId": "e4d5f5a5-9f18-4a28-b26b-4990352ae4b0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "325fd70b-636b-4cba-bf88-d80e714c01ba",
"FieldId": "e4d5f5a5-9f18-4a28-b26b-4990352ae4b0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "1cd5b0cb-b697-4ba0-a205-6476e6ca5063",
"CreateDate": "2026-06-10T02:42:35.0361571-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T02:42:35.0361571-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}