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": "f9a59b71-8834-4ce8-bfd7-6566979b6fcf",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "af6f0174-2ffe-473d-8c0d-8b910bc63541",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "734e7147-9675-46b2-b88a-49b23dbab71c",
"CreateDate": "2026-01-18T18:03:16.1337779-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-18T18:03:16.1337779-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "e1ee0479-f5ec-4d83-b160-f8e60158abbd",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d33c7665-b50e-4057-9a33-3e4d31959602",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a5c6218a-80cd-4395-8926-bc8561278820",
"CreateDate": "2026-01-18T18:03:16.1337779-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-18T18:03:16.1337779-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8d4040b3-fa64-438c-a6b7-93a99f690f11",
"FieldId": "d9e95e13-61f8-4d2a-a278-78f62321a3f9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8d4040b3-fa64-438c-a6b7-93a99f690f11",
"FieldId": "d9e95e13-61f8-4d2a-a278-78f62321a3f9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "07ef2f2f-4223-48e5-afc4-c7e113b0d874",
"CreateDate": "2026-01-18T18:03:16.1337779-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-18T18:03:16.1337779-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}