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": "824ebf57-d26d-4657-a04b-ef0341218f54",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b3063236-daec-44c4-be07-c9cb913ce08e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b7312840-e1b7-4d74-892a-45cd291d8587",
"CreateDate": "2025-12-21T09:47:58.3985021-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:47:58.3985021-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a5334e1a-39c5-429c-a8dc-ee9255285198",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "28fb701a-ebd9-455c-bec8-de2134803e24",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6de0e8a6-2bdf-457f-8e65-5ba13c883e23",
"CreateDate": "2025-12-21T09:47:58.3985021-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:47:58.3985021-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "72088505-32cf-40d4-8413-0c96bfc43d6a",
"CreateDate": "2025-12-21T09:47:58.3985021-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:47:58.3985021-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}