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": "518ed454-e436-4dc9-af9d-878e0ad383af",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "7d310b2c-6692-4aed-a0b0-9c812bf52f8d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "44088a88-99d8-43a1-9e49-029421cc0e5b",
"CreateDate": "2026-07-21T00:23:50.2751527-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T00:23:50.2751527-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8da1d35f-24a0-4bbf-abf9-e820f90052cf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d81d39e4-1b84-4279-acc0-a22e09cbe1da",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "18516697-ec50-4c98-920b-3aacdd82fccc",
"CreateDate": "2026-07-21T00:23:50.2751527-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-21T00:23:50.2751527-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "15bacbc0-4810-47ea-a46f-0b99aacd1ea0",
"FieldId": "9b21721d-2cd6-4237-afda-a671d307c340",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "15bacbc0-4810-47ea-a46f-0b99aacd1ea0",
"FieldId": "9b21721d-2cd6-4237-afda-a671d307c340",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "ca81eeb3-8083-43a2-9037-e07dd74ffdf7",
"CreateDate": "2026-07-21T00:23:50.2751527-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T00:23:50.2751527-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}