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": "2a17bb8d-cb62-44bd-836a-76f000150485",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "20309f5b-464e-46cf-80b8-d5d79c257eaf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "23c795df-f548-4392-ba12-0250305b8caa",
"CreateDate": "2026-03-01T01:01:37.4188243-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-01T01:01:37.4188243-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "49c94c66-0671-4b84-a8fb-b4274fd90c25",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "29bd7333-136f-4e50-9d50-dac166c6d2b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b5356ea9-c181-4c93-b83e-291c5f311c92",
"CreateDate": "2026-03-01T01:01:37.4188243-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-01T01:01:37.4188243-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "af93b1c8-7f9b-4bdf-a6bc-9a6dc6536d88",
"FieldId": "98f280d0-aea6-4215-be77-71a63d952322",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "af93b1c8-7f9b-4bdf-a6bc-9a6dc6536d88",
"FieldId": "98f280d0-aea6-4215-be77-71a63d952322",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "f9b87f20-1a7f-44d9-abfe-e8a68ada43f7",
"CreateDate": "2026-03-01T01:01:37.4188243-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-01T01:01:37.4188243-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}