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": "35c8bcc2-f5aa-4811-9f05-0f9ecf05c798",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e2a765c7-3c10-43d0-9bce-73fbf39c95d1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ff793d78-e85d-4a1c-85d0-7636842f5b61",
"CreateDate": "2026-08-16T07:35:45.3714688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T07:35:45.3714688-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9e620e9c-47b7-4092-924b-48439be81a7f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f3dc80a7-4b2e-4c2a-b044-f658b0baf10e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1623c30e-a576-446a-a1b5-9a6762180292",
"CreateDate": "2026-08-16T07:35:45.3714688-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-16T07:35:45.3714688-07: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": "996d210c-3917-428a-a0bb-d924eb24777a",
"CreateDate": "2026-08-16T07:35:45.3714688-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T07:35:45.3714688-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}