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": "64629496-5758-46ec-b14a-affcc6ef4a63",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "02a28b0b-4094-4be3-b094-ecaa0ca77924",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "baab5518-6747-42de-a550-e9e6bd3f3f65",
"CreateDate": "2026-03-24T07:58:56.1277599-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:56.1277599-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "4c47ccad-b3d7-423a-8f5f-d046cfd79c82",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c46e0472-62e7-43f3-b8b8-bec2929b10d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "dc7312a6-a225-45e8-b7bf-360f321aff98",
"CreateDate": "2026-03-24T07:58:56.1277599-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:56.1277599-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b208e042-0752-41ee-8977-9d5e0474f584",
"FieldId": "0ae5c72b-9203-48f0-9049-c6ee31689a9e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b208e042-0752-41ee-8977-9d5e0474f584",
"FieldId": "0ae5c72b-9203-48f0-9049-c6ee31689a9e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "d195ee21-535c-4e21-9873-5a4cef0c1186",
"CreateDate": "2026-03-24T07:58:56.1277599-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:56.1277599-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}