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": "77e39770-640f-4dde-a0d2-710eb8fdf7fe",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3d9d5191-43ce-4f08-8a7a-9557b010a1d0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1774cf78-41c8-475a-911f-cb20a0c0402f",
"CreateDate": "2026-02-05T17:00:17.3057889-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:00:17.3057889-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "658bf625-05e7-4dac-bf06-e90b220dd156",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "462d24a7-1ae1-411d-ab60-23f3e7005e69",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6a2907f7-b0f6-496f-acfd-def3298737c0",
"CreateDate": "2026-02-05T17:00:17.3057889-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:00:17.3057889-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": "9d33677c-66a8-4e3e-a930-923df8e1ba32",
"CreateDate": "2026-02-05T17:00:17.3057889-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:00:17.3057889-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}