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": "4e231e0b-08af-4144-9e20-ba3efc4c3fbb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "60a6abaa-9c26-409b-a0a4-0d17d47574b9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7d027e8d-cf3f-417a-bf4e-51a0720a263e",
"CreateDate": "2026-06-25T14:28:12.8545085-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:28:12.8545085-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d98cff98-6707-4fa5-bec8-2415fe332687",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "978a6894-d1f1-4854-bb6a-7b8837c91dc5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "36706438-5e6d-4098-ae69-d8894c523f8c",
"CreateDate": "2026-06-25T14:28:12.8545085-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:28:12.8545085-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b3a5daf4-577e-4fb6-98ed-c15b0522b97f",
"FieldId": "d1d70d14-bbad-49c8-be7f-2a48892002fa",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b3a5daf4-577e-4fb6-98ed-c15b0522b97f",
"FieldId": "d1d70d14-bbad-49c8-be7f-2a48892002fa",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "0d8e8eac-8a34-4c57-980d-70c18c9d075a",
"CreateDate": "2026-06-25T14:28:12.8545085-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:28:12.8545085-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}