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": "8e697b24-f5d9-467c-a916-36bc2c2ee8c5",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "AssetType": {
      "AssetTypeId": "a18769ba-8c49-43ad-842a-c22b7d867fbc",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayColor": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "e97aaef6-d049-45dd-a2ad-edb5834feed3",
      "CreateDate": "2025-10-31T00:35:25.3399017-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-10-31T00:35:25.3399017-07:00",
      "LastModifiedUser": "sample string 7"
    },
    "DataType": {
      "DataTypeId": "6a02155b-3b50-4ada-adb1-3bbe108364ba",
      "Name": "sample string 1"
    },
    "Unit": {
      "UnitId": "61f96ae2-d194-4dec-a52d-3ae2e2b2cce2",
      "Code": "sample string 1",
      "Description": "sample string 2",
      "SourceSystemId": "sample string 3",
      "CompanyId": "ecf3f238-4e1f-4742-8703-448c44b457dd",
      "CreateDate": "2025-10-31T00:35:25.3399017-07:00",
      "CreateUser": "sample string 5",
      "LastModifiedDate": "2025-10-31T00:35:25.3399017-07:00",
      "LastModifiedUser": "sample string 6"
    },
    "MinValue": 1.0,
    "MaxValue": 1.0,
    "MinLength": 1,
    "MaxLength": 1,
    "HasValidValues": true,
    "ValidValues": [
      {
        "ValidValueId": "c1d2e02a-381a-43cd-a837-51c8d57f8f33",
        "FieldId": "93be31aa-dec6-4f85-9998-6b784704b08b",
        "FieldName": "sample string 1",
        "FieldLabel": "sample string 2",
        "ValueText": "sample string 3",
        "LabelText": "sample string 4"
      },
      {
        "ValidValueId": "c1d2e02a-381a-43cd-a837-51c8d57f8f33",
        "FieldId": "93be31aa-dec6-4f85-9998-6b784704b08b",
        "FieldName": "sample string 1",
        "FieldLabel": "sample string 2",
        "ValueText": "sample string 3",
        "LabelText": "sample string 4"
      }
    ],
    "SourceSystemId": "sample string 4",
    "CompanyId": "0b74d751-5ee0-4cdb-a16e-f33d1b1f893b",
    "CreateDate": "2025-10-31T00:35:25.3399017-07:00",
    "CreateUser": "sample string 6",
    "LastModifiedDate": "2025-10-31T00:35:25.3399017-07:00",
    "LastModifiedUser": "sample string 7"
  },
  "Total": 1,
  "Message": "sample string 1"
}