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": "52268179-c3c3-4677-b846-750790839bf2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b38a6dd9-ec60-4441-afb6-965a89db2dd1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "84573007-6779-4b88-92c1-d3dcc9beb6f1",
"CreateDate": "2026-03-24T15:06:23.6209553-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:06:23.6209553-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a83731fb-9d76-448c-bd92-77de7485095d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "280afdd8-09fa-461b-b53a-b6217fd2bb54",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7fe2538d-e298-429a-a02e-dae7ee922ef3",
"CreateDate": "2026-03-24T15:06:23.6209553-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T15:06:23.6209553-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": "ccdf3ff0-8ac4-4708-a1ff-598e67e10eac",
"CreateDate": "2026-03-24T15:06:23.6209553-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:06:23.6209553-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}