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": "59a92d51-42b2-4c7f-a62e-2823586776d6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2c6f61a7-2c8a-4f72-b5c5-1bdae22b474b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ba253440-1eca-4379-a76e-dee8b9d1adf8",
"CreateDate": "2026-09-02T00:32:54.0943227-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:32:54.0943227-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "54411860-66b4-4922-870b-d495e68dea27",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6d252cb0-0c3d-44b2-a098-3da07bf8239f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c18a36d4-f850-42b3-b312-452043a5db57",
"CreateDate": "2026-09-02T00:32:54.0943227-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:32:54.0943227-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5362854b-3c18-4b12-9787-7f812b957bc0",
"FieldId": "86d819dd-a853-430d-9639-5eff80317506",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5362854b-3c18-4b12-9787-7f812b957bc0",
"FieldId": "86d819dd-a853-430d-9639-5eff80317506",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "bb198143-ff2f-4d22-8b89-acbec289e206",
"CreateDate": "2026-09-02T00:32:54.0943227-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:32:54.0943227-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}